CostCategoryRuleArgs

data class CostCategoryRuleArgs(val inheritedValue: Output<CostCategoryRuleInheritedValueArgs>? = null, val rule: Output<CostCategoryRuleRuleArgs>? = null, val type: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<CostCategoryRuleArgs>

Constructors

Link copied to clipboard
constructor(inheritedValue: Output<CostCategoryRuleInheritedValueArgs>? = null, rule: Output<CostCategoryRuleRuleArgs>? = null, type: Output<String>? = null, value: Output<String>? = null)

Properties

Link copied to clipboard

Configuration block for the value the line item is categorized as if the line item contains the matched dimension. See below.

Link copied to clipboard
val rule: Output<CostCategoryRuleRuleArgs>? = null

Configuration block for the Expression object used to categorize costs. See below.

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

You can define the CostCategoryRule rule type as either REGULAR or INHERITED_VALUE.

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

Default value for the cost category.

Functions

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