BudgetFilterExpressionNotNot constructor
const
BudgetFilterExpressionNotNot({
- Input<
BudgetFilterExpressionNotNotCostCategories?> ? costCategories, - Input<
BudgetFilterExpressionNotNotDimensions?> ? dimensions, - 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,
});