AWS::SSMContacts::PlanInformation about the stages and on-call rotation teams associated with an escalation plan or engagement plan. > *Template example* : We recommend creating all Incident Manager `Contacts` resources using a single AWS CloudFormation template. For a demonstration, see the examples for [AWS::SSMContacts::Contacts](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssmcontacts-contact.html) .
import { CfnPlan } from 'aws-cdk-lib/aws-ssmcontacts';Or use the module namespace:
import * as ssmcontacts from 'aws-cdk-lib/aws-ssmcontacts';
// ssmcontacts.CfnPlanConfiguration passed to the constructor as CfnPlanProps.
contactIdRequiredstringThe Amazon Resource Name (ARN) of the contact.
rotationIdsOptionalstring[]The Amazon Resource Names (ARNs) of the on-call rotations associated with the plan.
stagesOptionalIResolvable | IResolvable | StageProperty[]A list of stages that the escalation plan or engagement plan uses to engage contacts and contact methods.
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-ssmcontactsAWS::SSMContacts::Plan