AutomationRuleActionFindingFieldsUpdateWorkflow constructor
const
AutomationRuleActionFindingFieldsUpdateWorkflow({
- Input<
String?> ? status,
Creates a new AutomationRuleActionFindingFieldsUpdateWorkflow.
status The status of the investigation into the finding. The allowed values are the following NEW, NOTIFIED, RESOLVED and SUPPRESSED.
Implementation
const AutomationRuleActionFindingFieldsUpdateWorkflow({
this.status,
});