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 07c603e543710bf5b9a8fcd394439765e6362706 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Sep 21 18:51:57 2020 +0200 Regen website docs --- docs/components/modules/ROOT/pages/aws2-eventbridge-component.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/components/modules/ROOT/pages/aws2-eventbridge-component.adoc b/docs/components/modules/ROOT/pages/aws2-eventbridge-component.adoc index 0630939..fbb999b 100644 --- a/docs/components/modules/ROOT/pages/aws2-eventbridge-component.adoc +++ b/docs/components/modules/ROOT/pages/aws2-eventbridge-component.adoc @@ -29,6 +29,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]