Cost Category Rule Inherited Value Args
data class CostCategoryRuleInheritedValueArgs(val dimensionKey: Output<String>? = null, val dimensionName: Output<String>? = null) : ConvertibleToJava<CostCategoryRuleInheritedValueArgs>
Properties
Link copied to clipboard
Key to extract cost category values.
Link copied to clipboard
Name of the dimension that's used to group costs. If you specify LINKED_ACCOUNT_NAME
, the cost category value is based on account name. If you specify TAG
, the cost category value will be based on the value of the specified tag key. Valid values are LINKED_ACCOUNT_NAME
, TAG