Skip to main content

billing_groups_list_only

Lists billing_groups in a region or regions, for all properties use billing_groups

Overview

Namebilling_groups_list_only
TypeResource
DescriptionA 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.
Idaws.billingconductor.billing_groups_list_only

Fields

NameDatatypeDescription
arnstringBilling Group ARN
namestring
descriptionstring
primary_account_idstringThis account will act as a virtual payer account of the billing group
computation_preferenceobject
account_groupingobject
sizeintegerNumber of accounts in the billing group
statusstring
status_reasonstring
creation_timeintegerCreation timestamp in UNIX epoch time format
last_modified_timeintegerLatest modified timestamp in UNIX epoch time format
tagsarray
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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