Automation Rule Severity Update Args
data class AutomationRuleSeverityUpdateArgs(val label: Output<AutomationRuleSeverityUpdateLabel>? = null, val normalized: Output<Int>? = null, val product: Output<Double>? = null) : ConvertibleToJava<AutomationRuleSeverityUpdateArgs>
Updates to the severity information for a finding.
Constructors
Link copied to clipboard
constructor(label: Output<AutomationRuleSeverityUpdateLabel>? = null, normalized: Output<Int>? = null, product: Output<Double>? = null)
Properties
Link copied to clipboard
The severity value of the finding. The allowed values are the following.
Link copied to clipboard
The normalized severity for the finding. This attribute is to be deprecated in favor of `Label`
. If you provide `Normalized`
and do not provide `Label`
, `Label`
is set automatically as follows.