billing_group
Gets an individual billing_group
resource
Overview
Name | billing_group |
Type | Resource |
Description | billing_group |
Id | awscc.billingconductor.billing_group |
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
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn,
name,
description,
primary_account_id,
computation_preference,
account_grouping,
size,
status,
status_reason,
creation_time,
last_modified_time,
tags
FROM awscc.billingconductor.billing_group
WHERE data__Identifier = '<Arn>';
Permissions
To operate on the billing_group
resource, the following permissions are required:
Read
billingconductor:ListBillingGroups,
billingconductor:ListAccountAssociations,
organizations:ListAccounts,
billingconductor:ListTagsForResource
Update
billingconductor:UpdateBillingGroup,
billingconductor:ListAccountAssociations,
organizations:ListAccounts,
billingconductor:AssociateAccounts,
billingconductor:DisassociateAccounts,
billingconductor:ListBillingGroups,
billingconductor:TagResource,
billingconductor:UntagResource
Delete
billingconductor:DeleteBillingGroup,
billingconductor:ListBillingGroups,
billingconductor:UntagResource,
billingconductor:UpdateBillingGroup