---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_billingconductor_billing_group Data Source - terraform-provider-awscc"
subcategory: ""
description: |-
Data Source schema for AWS::BillingConductor::BillingGroup
---
# awscc_billingconductor_billing_group (Data Source)
Data Source schema for AWS::BillingConductor::BillingGroup
## Schema
### Required
- `id` (String) Uniquely identifies the resource.
### Read-Only
- `account_grouping` (Attributes) (see [below for nested schema](#nestedatt--account_grouping))
- `arn` (String) Billing Group ARN
- `computation_preference` (Attributes) (see [below for nested schema](#nestedatt--computation_preference))
- `creation_time` (Number) Creation timestamp in UNIX epoch time format
- `description` (String)
- `last_modified_time` (Number) Latest modified timestamp in UNIX epoch time format
- `name` (String)
- `primary_account_id` (String) This account will act as a virtual payer account of the billing group
- `size` (Number) Number of accounts in the billing group
- `status` (String)
- `status_reason` (String)
- `tags` (Attributes Set) (see [below for nested schema](#nestedatt--tags))
### Nested Schema for `account_grouping`
Read-Only:
- `linked_account_ids` (Set of String)
### Nested Schema for `computation_preference`
Read-Only:
- `pricing_plan_arn` (String) ARN of the attached pricing plan
### Nested Schema for `tags`
Read-Only:
- `key` (String)
- `value` (String)