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

Return results that match both Dimension objects.

Link copied to clipboard

Configuration block for the filter that's based on CostCategory values. See below.

Link copied to clipboard

Configuration block for the specific Dimension to use for Expression. See below.

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

Return results that match both Dimension object.

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

Return results that match both Dimension object.

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