CostCategoryRuleRuleNotArgs

data class CostCategoryRuleRuleNotArgs(val ands: Output<List<CostCategoryRuleRuleNotAndArgs>>? = null, val costCategory: Output<CostCategoryRuleRuleNotCostCategoryArgs>? = null, val dimension: Output<CostCategoryRuleRuleNotDimensionArgs>? = null, val not: Output<CostCategoryRuleRuleNotNotArgs>? = null, val ors: Output<List<CostCategoryRuleRuleNotOrArgs>>? = null, val tags: Output<CostCategoryRuleRuleNotTagsArgs>? = null) : ConvertibleToJava<CostCategoryRuleRuleNotArgs>

Constructors

Link copied to clipboard
constructor(ands: Output<List<CostCategoryRuleRuleNotAndArgs>>? = null, costCategory: Output<CostCategoryRuleRuleNotCostCategoryArgs>? = null, dimension: Output<CostCategoryRuleRuleNotDimensionArgs>? = null, not: Output<CostCategoryRuleRuleNotNotArgs>? = null, ors: Output<List<CostCategoryRuleRuleNotOrArgs>>? = null, tags: Output<CostCategoryRuleRuleNotTagsArgs>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val not: Output<CostCategoryRuleRuleNotNotArgs>? = null
Link copied to clipboard
val ors: Output<List<CostCategoryRuleRuleNotOrArgs>>? = null
Link copied to clipboard

Key-value mapping of resource tags. If configured with a provider default_tags configuration block present, tags with matching keys will overwrite those defined at the provider-level.

Functions

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