AWS::Budgets::Budget NotificationWithSubscribers - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

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 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