BudgetFilterExpressionNotNot constructor

const BudgetFilterExpressionNotNot({
  1. Input<BudgetFilterExpressionNotNotCostCategories?>? costCategories,
  2. Input<BudgetFilterExpressionNotNotDimensions?>? dimensions,
  3. Input<BudgetFilterExpressionNotNotTags?>? tags,
})

Creates a new BudgetFilterExpressionNotNot. costCategories (Optional) A Cost Category Filter block. dimensions (Optional) A Dimension Filter block. tags Map of tags assigned to the resource. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.

Implementation

const BudgetFilterExpressionNotNot({
  this.costCategories,
  this.dimensions,
  this.tags,
});