AWS::Budgets::Budget NotificationWithSubscribers - 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::Budget NotificationWithSubscribers

A notification with subscribers. A notification can have one SNS subscriber and up to 10 email subscribers, for a total of 11 subscribers.

Syntax

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

JSON

{ "Notification" : Notification, "Subscribers" : [ Subscriber, ... ] }

Properties

Notification

The notification that's associated with a budget.

Required: Yes

Type: Notification

Update requires: Replacement

Subscribers

A list of subscribers who are subscribed to this notification.

Required: Yes

Type: Array of Subscriber

Minimum: 1

Maximum: 11

Update requires: Replacement

See also