Skip to content

Commit 47c5d7a

Browse files
nikpjlhood
authored andcommitted
docs: add EventBusName for CloudWatchEvent and EventBridgeRule
1 parent a262999 commit 47c5d7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

versions/2016-10-31.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -721,6 +721,7 @@ The object describing an event source with type `EventBridgeRule`.
721721
Property Name | Type | Description
722722
---|:---:|---
723723
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.
724725
Input | `string` | JSON-formatted string to pass to the function as the event body. This value overrides the matched event.
725726
InputPath | `string` | JSONPath describing the part of the event to pass to the function.
726727

0 commit comments

Comments
 (0)