Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

AWS::Budgets::Budget Subscriber

Focus mode
AWS::Budgets::Budget Subscriber - AWS CloudFormation
Filter View

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 subscriptionType of EMAIL

  • An address of example@example.com

Syntax

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

JSON

{ "Address" : String, "SubscriptionType" : String }

YAML

Address: String SubscriptionType: String

Properties

Address

The address that AWS 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: Replacement

SubscriptionType

The type of notification that AWS sends to a subscriber.

Required: Yes

Type: String

Allowed values: SNS | EMAIL

Update requires: Replacement

See also

  • Subscriber in the AWS Cost Explorer Service Cost Management APIs

On this page

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.