AWS::CE::AnomalySubscription Subscriber
The recipient of AnomalySubscription
notifications.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
Properties
Address
-
The email address or SNS Topic Amazon Resource Name (ARN), depending on the
Type
.Required: Yes
Type: String
Pattern:
(^[a-zA-Z0-9.!#$%&'*+=?^_‘{|}~-]+@[a-zA-Z0-9_-]+(\.[a-zA-Z0-9_-]+)+$)|(^arn:(aws[a-zA-Z-]*):sns:[a-zA-Z0-9-]+:[0-9]{12}:[a-zA-Z0-9_-]+(\.fifo)?$)
Update requires: No interruption
Status
-
Indicates if the subscriber accepts the notifications.
Required: No
Type: String
Allowed values:
CONFIRMED | DECLINED
Update requires: No interruption
Type
-
The notification delivery channel.
Required: Yes
Type: String
Allowed values:
EMAIL | SNS
Update requires: No interruption