IncidentTemplate
Basic details used in creating a response plan. The response plan is then used to create an incident record.
Contents
- dedupeString
-
Used to stop Incident Manager from creating multiple incident records for the same incident.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 1000.
Required: No
- impact
-
The impact of the incident on your customers and applications.
Type: Integer
Valid Range: Minimum value of 1. Maximum value of 5.
Required: Yes
- incidentTags
-
Tags to assign to the template. When the
StartIncident
API action is called, Incident Manager assigns the tags specified in the template to the incident.Type: String to string map
Map Entries: Maximum number of 50 items.
Key Length Constraints: Minimum length of 1. Maximum length of 128.
Key Pattern:
^(?!aws:)[A-Za-z0-9 _=@:.+-/]+$
Value Length Constraints: Minimum length of 0. Maximum length of 256.
Value Pattern:
^[A-Za-z0-9 _=@:.+-/]*$
Required: No
- notificationTargets
-
The Amazon SNS targets that are notified when updates are made to an incident.
Type: Array of NotificationTargetItem objects
Array Members: Minimum number of 0 items. Maximum number of 10 items.
Required: No
- summary
-
The summary of the incident. The summary is a brief synopsis of what occurred, what's currently happening, and context.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 4000.
Required: No
- title
-
The title of the incident.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 200.
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: