AWS::SSMContacts::Contact ChannelTargetInfo - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::SSMContacts::Contact ChannelTargetInfo

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

Syntax

To declare this entity in your 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

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

Minimum: 1

Maximum: 2048

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: 0

Maximum: 60

Update requires: No interruption