TriggerDetails
Details about what caused the incident to be created in Incident Manager.
Contents
- source
-
Identifies the service that sourced the event. All events sourced from within AWS begin with "
aws.
" Customer-generated events can contain any value, with the following exceptions:-
A customer-generated event can't begin with "
aws.
" -
A customer-generated event shouldn't contain non-ASCII characters. If it does, information about the event won't be generated or reported in Amazon CloudWatch metrics, which doesn't support non-ASCII text.
Note
We recommend the use of Java package-name style reverse domain-name strings for your custom event sources.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 50.
Required: Yes
-
- timestamp
-
The timestamp for when the incident was detected.
Type: Timestamp
Required: Yes
- rawData
-
Raw data passed from either Amazon EventBridge, Amazon CloudWatch, or Incident Manager when an incident is created.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 10000.
Required: No
- triggerArn
-
The Amazon Resource Name (ARN) of the source that detected the incident.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 1000.
Pattern:
^arn:aws(-cn|-us-gov)?:[a-z0-9-]*:[a-z0-9-]*:([0-9]{12})?:.+$
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: