AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::SSMIncidents::ResponsePlan

CfnResponsePlan

The `AWS::SSMIncidents::ResponsePlan` resource specifies the details of the response plan that are used when creating an incident.

Import

import { CfnResponsePlan } from 'aws-cdk-lib/aws-ssmincidents';

Or use the module namespace:

import * as ssmincidents from 'aws-cdk-lib/aws-ssmincidents';
// ssmincidents.CfnResponsePlan

Properties

Configuration passed to the constructor as CfnResponsePlanProps.

incidentTemplateRequired
IResolvable | IncidentTemplateProperty

Details used to create an incident when using this response plan.

nameRequired
string

The name of the response plan.

actionsOptional
IResolvable | IResolvable | ActionProperty[]

The actions that the response plan starts at the beginning of an incident.

chatChannelOptional
IResolvable | ChatChannelProperty

The chat channel used for collaboration during an incident.

displayNameOptional
string

The human readable name of the response plan.

engagementsOptional
string[]

The Amazon Resource Name (ARN) for the contacts and escalation plans that the response plan engages during an incident.

integrationsOptional
IResolvable | IResolvable | IntegrationProperty[]

Information about third-party services integrated into the response plan.

tagsOptional
CfnTag[]

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) .

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-ssmincidents
CFN TypeAWS::SSMIncidents::ResponsePlan
Properties8

Related Constructs

External Links