AWS::Budgets::BudgetsAction 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::Budgets::BudgetsAction Subscriber

The subscriber to a budget notification. The subscriber consists of a subscription type and either an Amazon SNS topic or an email address.

For example, an email subscriber has the following parameters:

  • A subscriptionType of EMAIL

  • An address of example@example.com

Syntax

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

JSON

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

YAML

Address: String Type: String

Properties

Address

The address that Amazon sends budget notifications to, either an SNS topic or an email.

When you create a subscriber, the value of Address can't contain line breaks.

Required: Yes

Type: String

Update requires: No interruption

Type

The type of notification that Amazon sends to a subscriber.

Required: Yes

Type: String

Allowed values: SNS | EMAIL

Update requires: No interruption