ChangeEvent
A structure that contains information about a change event that occurred for a service, such as a deployment or configuration change.
Contents
- AccountId
-
The AWS account ID where this change event occurred.
Type: String
Pattern:
[0-9]{12}
Required: Yes
- ChangeEventType
-
The type of change event that occurred, such as
DEPLOYMENT
.Type: String
Valid Values:
DEPLOYMENT
Required: Yes
- Entity
-
The entity (service or resource) that was affected by this change event, including its key attributes.
Type: String to string map
Map Entries: Maximum number of 4 items.
Key Pattern:
[a-zA-Z]{1,50}
Value Length Constraints: Minimum length of 1. Maximum length of 1024.
Value Pattern:
[ -~]*[!-~]+[ -~]*
Required: Yes
- EventId
-
A unique identifier for this change event.
Type: String
Required: Yes
- Region
-
The AWS region where this change event occurred.
Type: String
Required: Yes
- Timestamp
-
The timestamp when this change event occurred. When used in a raw HTTP Query API, it is formatted as epoch time in seconds.
Type: Timestamp
Required: Yes
- EventName
-
The name or description of this change event.
Type: String
Required: No
- UserName
-
The name of the user who initiated this change event, if available.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: