aws.budgets.describe_subscribers_for_notification
Example SQL Queries
SELECT * FROMaws.budgets.describe_subscribers_for_notificationWHERE"account_id" = 'VALUE'AND "budget_name" = 'VALUE'AND "notification" = 'VALUE';Description
Lists the subscribers that are associated with a notification.
Table Definition
| Column Name | Column Data Type |
|---|---|
| account_id Required Input Column The accountId that is associated with the budget whose subscribers you want descriptions of. | VARCHAR |
| budget_name Required Input Column The name of the budget whose subscribers you want descriptions of. | VARCHAR |
| notification Required Input Column The notification whose subscribers you want to list. | STRUCT( |
Show child fields
| |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| address The address that Amazon Web Services sends budget notifications to, either an SNS topic or an email. When you create a subscriber, the value of Address can't contain line breaks. | VARCHAR |
| subscription_type The type of notification that Amazon Web Services sends to a subscriber. | VARCHAR |