A short summary and metadata for a managed notification event.
Contents
- eventType
-
The event Type of the notification.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
([a-zA-Z0-9 \-\(\)])+
Required: Yes
- source
-
The source service of the notification.
Must match one of the valid EventBridge sources. Only AWS service sourced events are supported. For example,
aws.ec2
andaws.cloudwatch
. For more information, see Event delivery from AWS services in the Amazon EventBridge User Guide.Type: String
Length Constraints: Minimum length of 1. Maximum length of 36.
Pattern:
aws.([a-z0-9\-])+
Required: Yes
- eventOriginRegion
-
The Region where the notification originated.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 32.
Pattern:
([a-z]{1,2})-([a-z]{1,15}-)+([0-9])
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: