AutomationRuleCriteriaResourceTag constructor

const AutomationRuleCriteriaResourceTag({
  1. required Input<String> comparison,
  2. required Input<String> key,
  3. required Input<String> value,
})

Creates a new AutomationRuleCriteriaResourceTag. comparison Required. key The key of the map filter. value Required.

Implementation

const AutomationRuleCriteriaResourceTag({
  required this.comparison,
  required this.key,
  required this.value,
});