--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_billingconductor_custom_line_item Resource - terraform-provider-awscc" subcategory: "" description: |- A custom line item is an one time charge that is applied to a specific billing group's bill. --- # awscc_billingconductor_custom_line_item (Resource) A custom line item is an one time charge that is applied to a specific billing group's bill. ## Schema ### Required - `billing_group_arn` (String) Billing Group ARN - `name` (String) ### Optional - `billing_period_range` (Attributes) (see [below for nested schema](#nestedatt--billing_period_range)) - `custom_line_item_charge_details` (Attributes) (see [below for nested schema](#nestedatt--custom_line_item_charge_details)) - `description` (String) - `tags` (Attributes Set) (see [below for nested schema](#nestedatt--tags)) ### Read-Only - `arn` (String) ARN - `association_size` (Number) Number of source values associated to this custom line item - `creation_time` (Number) Creation timestamp in UNIX epoch time format - `currency_code` (String) - `id` (String) Uniquely identifies the resource. - `last_modified_time` (Number) Latest modified timestamp in UNIX epoch time format - `product_code` (String) ### Nested Schema for `billing_period_range` Optional: - `exclusive_end_billing_period` (String) - `inclusive_start_billing_period` (String) ### Nested Schema for `custom_line_item_charge_details` Optional: - `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` Optional: - `charge_value` (Number) ### Nested Schema for `custom_line_item_charge_details.percentage` Optional: - `child_associated_resources` (Set of String) - `percentage_value` (Number) ### Nested Schema for `tags` Optional: - `key` (String) - `value` (String) ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_billingconductor_custom_line_item.example ```