--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_billingconductor_custom_line_item Data Source - terraform-provider-awscc" subcategory: "" description: |- Data Source schema for AWS::BillingConductor::CustomLineItem --- # awscc_billingconductor_custom_line_item (Data Source) Data Source schema for AWS::BillingConductor::CustomLineItem ## Schema ### Required - `id` (String) Uniquely identifies the resource. ### Read-Only - `arn` (String) ARN - `association_size` (Number) Number of source values associated to this custom line item - `billing_group_arn` (String) Billing Group ARN - `billing_period_range` (Attributes) (see [below for nested schema](#nestedatt--billing_period_range)) - `creation_time` (Number) Creation timestamp in UNIX epoch time format - `currency_code` (String) - `custom_line_item_charge_details` (Attributes) (see [below for nested schema](#nestedatt--custom_line_item_charge_details)) - `description` (String) - `last_modified_time` (Number) Latest modified timestamp in UNIX epoch time format - `name` (String) - `product_code` (String) - `tags` (Attributes Set) (see [below for nested schema](#nestedatt--tags)) ### Nested Schema for `billing_period_range` Read-Only: - `exclusive_end_billing_period` (String) - `inclusive_start_billing_period` (String) ### Nested Schema for `custom_line_item_charge_details` Read-Only: - `flat` (Attributes) (see [below for nested schema](#nestedatt--custom_line_item_charge_details--flat)) - `percentage` (Attributes) (see [below for nested schema](#nestedatt--custom_line_item_charge_details--percentage)) - `type` (String) ### Nested Schema for `custom_line_item_charge_details.flat` Read-Only: - `charge_value` (Number) ### Nested Schema for `custom_line_item_charge_details.percentage` Read-Only: - `child_associated_resources` (Set of String) - `percentage_value` (Number) ### Nested Schema for `tags` Read-Only: - `key` (String) - `value` (String)