@aws-sdk/client-budgets

CreateSubscriberCommandInput Interface

Members

Name
Type
Details
AccountId Requiredstring | undefined

The accountId that is associated with the budget that you want to create a subscriber for.

BudgetName Requiredstring | undefined

The name of the budget that you want to subscribe to. Budget names must be unique within an account.

Notification RequiredNotification | undefined

The notification that you want to create a subscriber for.

Subscriber RequiredSubscriber | undefined

The subscriber that you want to associate with a budget notification.

Full Signature

export interface CreateSubscriberCommandInput extends CreateSubscriberRequest