AWS::CE::CostCategoryResource Type definition for AWS::CE::CostCategory. 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.
6 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
Rules | string | Required |
RuleVersion | string | Required |
DefaultValue | string | |
SplitChargeRules | string | |
Tags | Array<ResourceTag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | Cost category ARN |
EffectiveStart | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CE::CostCategory
Resources:
MyResource:
Type: AWS::CE::CostCategory
Properties:
Name: "my-name"
RuleVersion: "CostCategoryExpression.v1"
Rules: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
ce:CreateCostCategoryDefinitionce:TagResourcece:DescribeCostCategoryDefinitionce:ListTagsForResourcece:UpdateCostCategoryDefinitionce:TagResourcece:UntagResourcece:DeleteCostCategoryDefinitionce:ListCostCategoryDefinitionsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Name