This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new f6dceddba56 AWS Cloudtrail: Added minor docs information
f6dceddba56 is described below

commit f6dceddba566b2af962a37a7b1ce9b4929346417
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Feb 21 10:33:16 2024 +0100

    AWS Cloudtrail: Added minor docs information
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 .../src/main/docs/aws-cloudtrail-component.adoc                | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git 
a/components/camel-aws/camel-aws-cloudtrail/src/main/docs/aws-cloudtrail-component.adoc
 
b/components/camel-aws/camel-aws-cloudtrail/src/main/docs/aws-cloudtrail-component.adoc
index 1df1864e876..d245fba17cd 100644
--- 
a/components/camel-aws/camel-aws-cloudtrail/src/main/docs/aws-cloudtrail-component.adoc
+++ 
b/components/camel-aws/camel-aws-cloudtrail/src/main/docs/aws-cloudtrail-component.adoc
@@ -43,6 +43,16 @@ Only one of static, default and profile credentials could be 
used at the same ti
 
 For more information about this you can look at 
https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/credentials.html[AWS
 credentials documentation]
 
+== Cloudtrail Events consumed
+
+The Cloudtrail consumer will use an API method called LookupEvents.
+
+This method will only take into account management events like 
create/update/delete of resources and Cloudtrail insight events where enabled.
+
+This means, you won't consumer the events registered in the Cloudtrail logs 
stored on S3, in case of creation of a new Trail.
+
+This is important to notice and it must be taken into account when using this 
component.
+
 == URI Format
 
 -----------------------------------

Reply via email to