AWS::SSMIncidents::ResponsePlanThe `AWS::SSMIncidents::ResponsePlan` resource specifies the details of the response plan that are used when creating an incident.
import { CfnResponsePlan } from 'aws-cdk-lib/aws-ssmincidents';Or use the module namespace:
import * as ssmincidents from 'aws-cdk-lib/aws-ssmincidents';
// ssmincidents.CfnResponsePlanConfiguration passed to the constructor as CfnResponsePlanProps.
incidentTemplateRequiredIResolvable | IncidentTemplatePropertyDetails used to create an incident when using this response plan.
nameRequiredstringThe name of the response plan.
actionsOptionalIResolvable | IResolvable | ActionProperty[]The actions that the response plan starts at the beginning of an incident.
chatChannelOptionalIResolvable | ChatChannelPropertyThe chat channel used for collaboration during an incident.
displayNameOptionalstringThe human readable name of the response plan.
engagementsOptionalstring[]The Amazon Resource Name (ARN) for the contacts and escalation plans that the response plan engages during an incident.
integrationsOptionalIResolvable | IResolvable | IntegrationProperty[]Information about third-party services integrated into the response plan.
tagsOptionalCfnTag[]An array of key-value pairs to apply to this resource. For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html) .
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-ssmincidentsAWS::SSMIncidents::ResponsePlan