AutomationRuleSeverityUpdateArgs

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
val normalized: Output<Int>? = null

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.

Link copied to clipboard
val product: Output<Double>? = null

The native severity as defined by the AWS service or integrated partner product that generated the finding.

Functions

Link copied to clipboard
open override fun toJava(): AutomationRuleSeverityUpdateArgs