BudgetResourceGroupFilterArgs

data class BudgetResourceGroupFilterArgs(val dimensions: Output<List<BudgetResourceGroupFilterDimensionArgs>>? = null, val not: Output<BudgetResourceGroupFilterNotArgs>? = null, val tags: Output<List<BudgetResourceGroupFilterTagArgs>>? = null) : ConvertibleToJava<BudgetResourceGroupFilterArgs>

Constructors

Link copied to clipboard
constructor(dimensions: Output<List<BudgetResourceGroupFilterDimensionArgs>>? = null, not: Output<BudgetResourceGroupFilterNotArgs>? = null, tags: Output<List<BudgetResourceGroupFilterTagArgs>>? = null)

Properties

Link copied to clipboard

One or more dimension blocks as defined below to filter the budget on.

Link copied to clipboard

A not block as defined below to filter the budget on. This is deprecated as the API no longer supports it and will be removed in version 4.0 of the provider.

Link copied to clipboard

One or more tag blocks as defined below to filter the budget on.

Functions

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