This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 53b3d25a59efc74cc4fb57a27dc1e7bf103d5194 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Sep 21 18:51:00 2020 +0200 Camel-AWS2-Eventbridge: Added a note about the need of CloudTrail for being able to collect event for API calls --- .../src/main/docs/aws2-eventbridge-component.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/components/camel-aws2-eventbridge/src/main/docs/aws2-eventbridge-component.adoc b/components/camel-aws2-eventbridge/src/main/docs/aws2-eventbridge-component.adoc index 09f3dfc..83b1277 100644 --- a/components/camel-aws2-eventbridge/src/main/docs/aws2-eventbridge-component.adoc +++ b/components/camel-aws2-eventbridge/src/main/docs/aws2-eventbridge-component.adoc @@ -27,6 +27,11 @@ https://aws.amazon.com/eventbridge/[Amazon Eventbridge]. The AWS2 Eventbridge component is not supported in OSGI ==== +[NOTE] +==== +To create a rule that triggers on an action by an AWS service that does not emit events, you can base the rule on API calls made by that service. The API calls are recorded by AWS CloudTrail, so you'll need to have CloudTrail enabled. For more information https://docs.aws.amazon.com/awscloudtrail/latest/userguide/view-cloudtrail-events.html[Services Supported by CloudTrail Event History]. +==== + == URI Format [source,java]