AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::SSMContacts::Plan

CfnPlan

Information 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

import { CfnPlan } from 'aws-cdk-lib/aws-ssmcontacts';

Or use the module namespace:

import * as ssmcontacts from 'aws-cdk-lib/aws-ssmcontacts';
// ssmcontacts.CfnPlan

Properties

Configuration passed to the constructor as CfnPlanProps.

contactIdRequired
string

The Amazon Resource Name (ARN) of the contact.

rotationIdsOptional
string[]

The Amazon Resource Names (ARNs) of the on-call rotations associated with the plan.

stagesOptional
IResolvable | IResolvable | StageProperty[]

A list of stages that the escalation plan or engagement plan uses to engage contacts and contact methods.

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-ssmcontacts
CFN TypeAWS::SSMContacts::Plan
Properties3

External Links