Cost Category Args
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.
Constructors
Link copied to clipboard
constructor(defaultValue: Output<String>? = null, name: Output<String>? = null, ruleVersion: Output<CostCategoryRuleVersion>? = null, rules: Output<String>? = null, splitChargeRules: Output<String>? = null)