aws.billingconductor.list_account_associations
Example SQL Queries
SELECT * FROMaws.billingconductor.list_account_associations;Description
This is a paginated call to list linked accounts that are linked to the payer account for the specified time period. If no information is provided, the current billing period is used. The response will optionally include the billing group that's associated with the linked account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| billing_period Input Column The preferred billing period to get account associations. | VARCHAR |
| filters Input Column The filter on the account ID of the linked account, or any of the following: MONITORED: linked accounts that are associated to billing groups. UNMONITORED: linked accounts that aren't associated to billing groups. Billing Group Arn: linked accounts that are associated to the provided billing group Arn. | 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
| |
| account_email The Amazon Web Services account email. | VARCHAR |
| account_id The associating array of account IDs. | VARCHAR |
| account_name The Amazon Web Services account name. | VARCHAR |
| billing_group_arn The Billing Group Arn that the linked account is associated to. | VARCHAR |