AWS::SSMIncidents::ResponsePlan
The AWS::SSMIncidents::ResponsePlan resource specifies the details of the
response plan that are used when creating an incident.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::SSMIncidents::ResponsePlan", "Properties" : { "Actions" :[ Action, ... ], "ChatChannel" :ChatChannel, "DisplayName" :String, "Engagements" :[ String, ... ], "IncidentTemplate" :IncidentTemplate, "Integrations" :[ Integration, ... ], "Name" :String, "Tags" :[ Tag, ... ]} }
YAML
Type: AWS::SSMIncidents::ResponsePlan Properties: Actions:- ActionChatChannel:ChatChannelDisplayName:StringEngagements:- StringIncidentTemplate:IncidentTemplateIntegrations:- IntegrationName:StringTags:- Tag
Properties
Actions-
The actions that the response plan starts at the beginning of an incident.
Required: No
Type: List of Action
Maximum:
1Update requires: No interruption
ChatChannel-
The Amazon Chatbot chat channel used for collaboration during an incident.
Required: No
Type: ChatChannel
Update requires: No interruption
DisplayName-
The human readable name of the response plan.
Required: No
Type: String
Minimum:
0Maximum:
200Update requires: No interruption
Engagements-
The Amazon Resource Name (ARN) for the contacts and escalation plans that the response plan engages during an incident.
Required: No
Type: List of String
Maximum:
5Update requires: No interruption
IncidentTemplate-
Details used to create an incident when using this response plan.
Required: Yes
Type: IncidentTemplate
Update requires: No interruption
Integrations-
Information about third-party services integrated into the response plan.
Required: No
Type: List of Integration
Update requires: No interruption
Name-
The name of the response plan.
Required: Yes
Type: String
Minimum:
1Maximum:
200Pattern:
^[a-zA-Z0-9-_]*$Update requires: Replacement
Tags-
An array of key-value pairs to apply to this resource.
For more information, see Tag.
Required: No
Type: List of Tag
Update requires: No interruption