CostCategoryRuleRuleAndNotArgs

data class CostCategoryRuleRuleAndNotArgs(val costCategory: Output<CostCategoryRuleRuleAndNotCostCategoryArgs>? = null, val dimension: Output<CostCategoryRuleRuleAndNotDimensionArgs>? = null, val tags: Output<CostCategoryRuleRuleAndNotTagsArgs>? = null) : ConvertibleToJava<CostCategoryRuleRuleAndNotArgs>

Constructors

Link copied to clipboard
constructor(costCategory: Output<CostCategoryRuleRuleAndNotCostCategoryArgs>? = null, dimension: Output<CostCategoryRuleRuleAndNotDimensionArgs>? = null, tags: Output<CostCategoryRuleRuleAndNotTagsArgs>? = null)

Properties

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

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(): CostCategoryRuleRuleAndNotArgs