AWS::Budgets::Budget NotificationWithSubscribers - AWS CloudFormation

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