CostCategory

class CostCategory : KotlinCustomResource

Resource 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.

Properties

Link copied to clipboard
val arn: Output<String>

Cost category ARN

Link copied to clipboard
val defaultValue: Output<String>?

The default value for the cost category

Link copied to clipboard
val effectiveStart: Output<String>

The Cost Category's effective start date.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

The unique name of the Cost Category.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val rules: Output<String>

JSON array format of Expression in Billing and Cost Management API

Link copied to clipboard

The rule schema version in this particular Cost Category.

Link copied to clipboard
val splitChargeRules: Output<String>?

Json array format of CostCategorySplitChargeRule in Billing and Cost Management API

Link copied to clipboard
val tags: Output<List<Tag>>?

Tags to assign to the cost category.

Link copied to clipboard
val urn: Output<String>