AWS::SSMIncidents::ResponsePlanResource type definition for AWS::SSMIncidents::ResponsePlan
8 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
IncidentTemplate | IncidentTemplate | Required |
Name | string | RequiredCreate-only |
Actions | Array<Action> | |
ChatChannel | ChatChannel | |
DisplayName | string | |
Engagements | Array<string> | |
Integrations | Array<Integration> | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The ARN of the response plan. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SSMIncidents::ResponsePlan
Resources:
MyResource:
Type: AWS::SSMIncidents::ResponsePlan
Properties:
Name: "my-name"
IncidentTemplate: "my-incidenttemplate"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
ssm-incidents:CreateResponsePlanssm-incidents:GetResponsePlanssm-incidents:TagResourcessm-incidents:ListTagsForResourceiam:PassRolesecretsmanager:GetSecretValuekms:Decryptkms:GenerateDataKeyssm-incidents:GetResponsePlanssm-incidents:ListTagsForResourcessm-incidents:UpdateResponsePlanssm-incidents:GetResponsePlanssm-incidents:TagResourcessm-incidents:UntagResourcessm-incidents:ListTagsForResourceiam:PassRolesecretsmanager:GetSecretValuekms:Decryptssm-incidents:DeleteResponsePlanssm-incidents:GetResponsePlanssm-incidents:ListResponsePlansOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Name