TestRunEvent
A single event in a test run's timeline.
Contents
- eventId
-
The unique identifier of the event.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Required: Yes
- eventType
-
The type of the event, such as action_started, action_completed, or rto_recovery_detected.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Required: Yes
- message
-
A human-readable description of what happened.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Required: Yes
- timestamp
-
The timestamp when the event occurred.
Type: Timestamp
Required: Yes
- attributes
-
Machine-parseable key-value attributes for the event.
Type: String to string map
Map Entries: Minimum number of 0 items. Maximum number of 50 items.
Key Length Constraints: Minimum length of 1. Maximum length of 128.
Value Length Constraints: Minimum length of 0. Maximum length of 1024.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: