AWS::SSMContacts::Plan
Information about the stages and on-call rotation teams associated with an escalation plan or engagement plan.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::SSMContacts::Plan", "Properties" : { "ContactId" :String, "RotationIds" :[ String, ... ], "Stages" :[ Stage, ... ]} }
YAML
Type: AWS::SSMContacts::Plan Properties: ContactId:StringRotationIds:- StringStages:- Stage
Properties
ContactId-
The Amazon Resource Name (ARN) of the contact.
Required: Yes
Type: String
Minimum:
1Maximum:
2048Pattern:
arn:(aws|aws-cn|aws-us-gov):ssm-contacts:[-\w+=\/,.@]*:[0-9]+:([\w+=\/,.@:-]+)*Update requires: Replacement
RotationIds-
The Amazon Resource Names (ARNs) of the on-call rotations associated with the plan.
Required: No
Type: List of String
Update requires: No interruption
Stages-
A list of stages that the escalation plan or engagement plan uses to engage contacts and contact methods.
Required: No
Type: List of Stage
Update requires: No interruption
Return values
Ref
Fn::GetAtt
The Fn::GetAttintrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.
For more information about using the Fn::GetAttintrinsic function, see Fn::GetAtt.