AutomationRuleActionFindingFieldsUpdateSeverity constructor

const AutomationRuleActionFindingFieldsUpdateSeverity({
  1. Input<String?>? label,
  2. Input<double?>? product,
})

Creates a new AutomationRuleActionFindingFieldsUpdateSeverity. label The severity value of the finding. The allowed values are the following INFORMATIONAL, LOW, MEDIUM, HIGH and CRITICAL. product The native severity as defined by the AWS service or integrated partner product that generated the finding.

Implementation

const AutomationRuleActionFindingFieldsUpdateSeverity({
  this.label,
  this.product,
});