AutomationRuleAction constructor

const AutomationRuleAction({
  1. Input<AutomationRuleActionFindingFieldsUpdate?>? findingFieldsUpdate,
  2. Input<String?>? type,
})

Creates a new AutomationRuleAction. findingFieldsUpdate A block that specifies that the automation rule action is an update to a finding field. Documented below. type Specifies that the rule action should update the Types finding field. The Types finding field classifies findings in the format of namespace/category/classifier.

Implementation

const AutomationRuleAction({
  this.findingFieldsUpdate,
  this.type,
});