AWS::SSMContacts::Plan ChannelTargetInfo
Information about the contact channel that Incident Manager uses to engage the contact.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "ChannelId" :String, "RetryIntervalInMinutes" :Integer}
YAML
ChannelId:StringRetryIntervalInMinutes:Integer
Properties
ChannelId-
The Amazon Resource Name (ARN) of the contact channel.
Required: Yes
Type: String
Minimum:
1Maximum:
2048Pattern:
arn:(aws|aws-cn|aws-us-gov):ssm-contacts:[-\w+=\/,.@]*:[0-9]+:([\w+=\/,.@:-]+)*Update requires: No interruption
RetryIntervalInMinutes-
The number of minutes to wait before retrying to send engagement if the engagement initially failed.
Required: Yes
Type: Integer
Minimum:
0Maximum:
60Update requires: No interruption