This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::Budgets::Budget Subscriber
The Subscriber property type specifies who to notify for a Billing and Cost Management budget notification.
The subscriber consists of a subscription type, and either an Amazon SNS topic or an email address.
For example, an email subscriber would have the following parameters:
-
A
subscriptionTypeofEMAIL -
An
addressofexample@example.com
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Address" :String, "SubscriptionType" :String}
YAML
Address:StringSubscriptionType: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
Addresscan't contain line breaks.Required: Yes
Type: String
Update requires: Replacement
SubscriptionType-
The type of notification that Amazon sends to a subscriber.
Required: Yes
Type: String
Allowed values:
SNS | EMAILUpdate requires: Replacement
See also
-
Subscriber in the Amazon Cost Explorer Service Cost Management APIs