AWS::CE::AnomalySubscription Subscriber - 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::CE::AnomalySubscription Subscriber

The recipient of AnomalySubscription notifications.

Syntax

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

JSON

{ "Address" : String, "Status" : String, "Type" : String }

YAML

Address: String Status: String Type: String

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