AWS::SSMContacts::Contact ChannelTargetInfo

Information about the contact channel that Incident Manager uses to engage the contact.

Syntax

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

JSON

{ "ChannelId" : String, "RetryIntervalInMinutes" : Integer }

YAML

ChannelId: String RetryIntervalInMinutes: Integer

Properties

ChannelId

The Amazon Resource Name (ARN) of the contact channel.

Required: Yes

Type: String

Minimum: 1

Maximum: 2048

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

Update requires: No interruption

RetryIntervalInMinutes

The number of minutes to wait to retry sending engagement in the case the engagement initially fails.

Required: Yes

Type: Integer

Minimum: 0

Maximum: 60

Update requires: No interruption