cost_categories
Retrieves a list of cost_categories
in a region
Overview
Name | cost_categories |
Type | Resource |
Description | cost_categories |
Id | awscc.ce.cost_categories |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | Cost category ARN |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn
FROM awscc.ce.cost_categories
WHERE region = 'us-east-1'
Permissions
To operate on the cost_categories
resource, the following permissions are required:
Create
ce:CreateCostCategoryDefinition
List
ce:ListCostCategoryDefinitions