CostCategoryRuleInheritedValueArgs

data class CostCategoryRuleInheritedValueArgs(val dimensionKey: Output<String>? = null, val dimensionName: Output<String>? = null) : ConvertibleToJava<CostCategoryRuleInheritedValueArgs>

Constructors

Link copied to clipboard
constructor(dimensionKey: Output<String>? = null, dimensionName: Output<String>? = null)

Properties

Link copied to clipboard
val dimensionKey: Output<String>? = null

Key to extract cost category values.

Link copied to clipboard
val dimensionName: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): CostCategoryRuleInheritedValueArgs