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 AWS 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: No interruption

Subscribers

A list of subscribers who are subscribed to this notification.

Required: Yes

Type: List of Subscriber

Maximum: 11

Update requires: No interruption

See also