ServiceState
A structure that contains information about the current state of a service, including its latest change events such as deployments and other state-changing activities.
Contents
- LatestChangeEvents
-
An array containing the most recent change events for this service, such as deployments, with information about when they occurred and who initiated them.
Type: Array of ChangeEvent objects
Array Members: Fixed number of 1 item.
Required: Yes
- Service
-
The key attributes that identify this service, including Type, Name, and Environment information.
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
- AttributeFilters
-
The attribute filters that were applied when retrieving this service state information.
Type: Array of AttributeFilter objects
Array Members: Minimum number of 0 items. Maximum number of 20 items.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: