AWS::SSMContacts::Plan ContactTargetInfo - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::SSMContacts::Plan ContactTargetInfo

The contact that Incident Manager is engaging during an incident.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "ContactId" : String, "IsEssential" : Boolean }

YAML

ContactId: String IsEssential: Boolean

Properties

ContactId

The Amazon Resource Name (ARN) of the contact.

Required: Yes

Type: String

Pattern: arn:(aws|aws-cn|aws-us-gov):ssm-contacts:[-\w+=\/,.@]*:[0-9]+:([\w+=\/,.@:-])*

Minimum: 1

Maximum: 2048

Update requires: No interruption

IsEssential

A Boolean value determining if the contact's acknowledgement stops the progress of stages in the plan.

Required: Yes

Type: Boolean

Update requires: No interruption