cost_category
Gets an individual cost_category
resource
Overview
Name | cost_category |
Type | Resource |
Description | cost_category |
Id | awscc.ce.cost_category |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | Cost category ARN |
effective_start | string | |
name | string | |
rule_version | string | |
rules | string | JSON array format of Expression in Billing and Cost Management API |
split_charge_rules | string | Json array format of CostCategorySplitChargeRule in Billing and Cost Management API |
default_value | string | The default value for the cost category |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn,
effective_start,
name,
rule_version,
rules,
split_charge_rules,
default_value
FROM awscc.ce.cost_category
WHERE data__Identifier = '<Arn>';
Permissions
To operate on the cost_category
resource, the following permissions are required:
Read
ce:DescribeCostCategoryDefinition
Update
ce:UpdateCostCategoryDefinition
Delete
ce:DeleteCostCategoryDefinition