billing_groups_list_only
Lists billing_groups
in a region or regions, for all properties use billing_groups
Overview
Name | billing_groups_list_only |
Type | Resource |
Description | A billing group is a set of linked account which belong to the same end customer. It can be seen as a virtual consolidated billing family. |
Id | aws.billingconductor.billing_groups_list_only |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | Billing Group ARN |
name | string | |
description | string | |
primary_account_id | string | This account will act as a virtual payer account of the billing group |
computation_preference | object | |
account_grouping | object | |
size | integer | Number of accounts in the billing group |
status | string | |
status_reason | string | |
creation_time | integer | Creation timestamp in UNIX epoch time format |
last_modified_time | integer | Latest modified timestamp in UNIX epoch time format |
tags | array | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all billing_groups
in a region.
SELECT
region,
arn
FROM aws.billingconductor.billing_groups_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the billing_groups_list_only
resource, see billing_groups