budgets_create_subscriber {paws.cost.management}R Documentation

Creates a subscriber

Description

Creates a subscriber. You must create the associated budget and notification before you create the subscriber.

See https://www.paws-r-sdk.com/docs/budgets_create_subscriber/ for full documentation.

Usage

budgets_create_subscriber(AccountId, BudgetName, Notification, Subscriber)

Arguments

AccountId

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

BudgetName

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

Notification

[required] The notification that you want to create a subscriber for.

Subscriber

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


[Package paws.cost.management version 0.7.0 Index]