--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_ce_cost_category Resource - terraform-provider-awscc" subcategory: "" description: |- Cost Category enables you to map your cost and usage into meaningful categories. You can use Cost Category to organize your costs using a rule-based engine. --- # awscc_ce_cost_category (Resource) Cost Category enables you to map your cost and usage into meaningful categories. You can use Cost Category to organize your costs using a rule-based engine. ## Schema ### Required - `name` (String) - `rule_version` (String) - `rules` (String) JSON array format of Expression in Billing and Cost Management API ### Optional - `default_value` (String) The default value for the cost category - `split_charge_rules` (String) Json array format of CostCategorySplitChargeRule in Billing and Cost Management API ### Read-Only - `arn` (String) Cost category ARN - `effective_start` (String) ISO 8601 date time with offset format - `id` (String) Uniquely identifies the resource. ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_ce_cost_category.example ```