AwsServiceEventsSourceConfiguration
Configuration for forwarding a single AWS service's events from the account's default event bus.
Contents
- AwsService
-
A single AWS service source identifier, e.g. "aws.s3". Wildcards and lists are rejected.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
aws\.[a-z0-9\-]+Required: Yes
- OnFailureConfiguration
-
The destination for events that could not be forwarded.
Type: OnFailureConfiguration object
Required: No
- Pattern
-
A filter pattern, as a JSON string, that defines which of the service's events are forwarded to the event bus. Do not include source, account, or region as top-level fields. If no pattern is specified, all events from the service are forwarded.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 3753.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: