File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -721,6 +721,7 @@ The object describing an event source with type `EventBridgeRule`.
721
721
Property Name | Type | Description
722
722
---|:---:|---
723
723
Pattern | [Event Pattern Object](https://docs.aws.amazon.com/eventbridge/latest/userguide/eventbridge-and-event-patterns.html) | **Required.** Pattern describing which EventBridge events trigger the function. Only matching events trigger the function.
724
+ EventBusName | `string` | The event bus to associate with this rule. If you omit this, the default event bus is used.
724
725
Input | `string` | JSON-formatted string to pass to the function as the event body. This value overrides the matched event.
725
726
InputPath | `string` | JSONPath describing the part of the event to pass to the function.
726
727
You can’t perform that action at this time.
0 commit comments