From d13492a128f1cfb307fe2672c7a544b666bb90c6 Mon Sep 17 00:00:00 2001 From: Nik Pinski Date: Fri, 24 Jan 2020 01:03:39 -0800 Subject: [PATCH] Updating spec to include EventBusName for both CloudWatchEvent and EventBridgeRule, which are identical --- versions/2016-10-31.md | 1 + 1 file changed, 1 insertion(+) diff --git a/versions/2016-10-31.md b/versions/2016-10-31.md index accba9e21..cb9684abd 100644 --- a/versions/2016-10-31.md +++ b/versions/2016-10-31.md @@ -721,6 +721,7 @@ The object describing an event source with type `EventBridgeRule`. Property Name | Type | Description ---|:---:|--- 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. +EventBusName | `string` | The event bus to associate with this rule. If you omit this, the default event bus is used. Input | `string` | JSON-formatted string to pass to the function as the event body. This value overrides the matched event. InputPath | `string` | JSONPath describing the part of the event to pass to the function.