AutomationRuleSeverityUpdate

data class AutomationRuleSeverityUpdate(val label: AutomationRuleSeverityUpdateLabel? = null, val normalized: Int? = null, val product: Double? = null)

Updates to the severity information for a finding.

Constructors

Link copied to clipboard
constructor(label: AutomationRuleSeverityUpdateLabel? = null, normalized: Int? = null, product: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The severity value of the finding. The allowed values are the following.

Link copied to clipboard
val normalized: 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: Double? = null

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