CostCategoryRuleRuleOrArgs

data class CostCategoryRuleRuleOrArgs(val ands: Output<List<CostCategoryRuleRuleOrAndArgs>>? = null, val costCategory: Output<CostCategoryRuleRuleOrCostCategoryArgs>? = null, val dimension: Output<CostCategoryRuleRuleOrDimensionArgs>? = null, val not: Output<CostCategoryRuleRuleOrNotArgs>? = null, val ors: Output<List<CostCategoryRuleRuleOrOrArgs>>? = null, val tags: Output<CostCategoryRuleRuleOrTagsArgs>? = null) : ConvertibleToJava<CostCategoryRuleRuleOrArgs>

Constructors

Link copied to clipboard
fun CostCategoryRuleRuleOrArgs(ands: Output<List<CostCategoryRuleRuleOrAndArgs>>? = null, costCategory: Output<CostCategoryRuleRuleOrCostCategoryArgs>? = null, dimension: Output<CostCategoryRuleRuleOrDimensionArgs>? = null, not: Output<CostCategoryRuleRuleOrNotArgs>? = null, ors: Output<List<CostCategoryRuleRuleOrOrArgs>>? = null, tags: Output<CostCategoryRuleRuleOrTagsArgs>? = null)

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val not: Output<CostCategoryRuleRuleOrNotArgs>? = null
Link copied to clipboard
val ors: Output<List<CostCategoryRuleRuleOrOrArgs>>? = 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.