Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class CostCategory : KotlinCustomResource

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.

Link copied to clipboard
data class CostCategoryArgs(val defaultValue: Output<String>? = null, val name: Output<String>? = null, val ruleVersion: Output<CostCategoryRuleVersion>? = null, val rules: Output<String>? = null, val splitChargeRules: Output<String>? = null) : ConvertibleToJava<CostCategoryArgs>

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.

Link copied to clipboard
Link copied to clipboard
object CostCategoryMapper : ResourceMapper<CostCategory>
Link copied to clipboard

Functions

Link copied to clipboard