AWS::LookoutMetrics::Alert SNSConfiguration - 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::LookoutMetrics::Alert SNSConfiguration

Contains information about the SNS topic to which you want to send your alerts and the IAM role that has access to that topic.

Syntax

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

JSON

{ "RoleArn" : String, "SnsTopicArn" : String }

YAML

RoleArn: String SnsTopicArn: String

Properties

RoleArn

The ARN of the IAM role that has access to the target SNS topic.

Required: Yes

Type: String

Pattern: arn:([a-z\d-]+):.*:.*:.*:.+

Maximum: 256

Update requires: Replacement

SnsTopicArn

The ARN of the target SNS topic.

Required: Yes

Type: String

Pattern: arn:([a-z\d-]+):.*:.*:.*:.+

Maximum: 256

Update requires: Replacement