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 AWS 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