- Navigation Guide
@aws-sdk/client-budgets
CreateSubscriberCommandInput Interface
The input for CreateSubscriberCommand.
Members
Name | Type | Details |
---|---|---|
AccountId Required | string | undefined | The |
BudgetName Required | string | undefined | The name of the budget that you want to subscribe to. Budget names must be unique within an account. |
Notification Required | Notification | undefined | The notification that you want to create a subscriber for. |
Subscriber Required | Subscriber | undefined | The subscriber that you want to associate with a budget notification. |
Full Signature
export interface CreateSubscriberCommandInput extends CreateSubscriberRequest