Skip to main content

billing_group_tags

Expands all tag keys and values for billing_groups in a region

Overview

Namebilling_group_tags
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_group_tags

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
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all billing_groups in a region.

SELECT
region,
arn,
name,
description,
primary_account_id,
computation_preference,
account_grouping,
size,
status,
status_reason,
creation_time,
last_modified_time,
tag_key,
tag_value
FROM aws.billingconductor.billing_group_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the billing_group_tags resource, see billing_groups