AutomationRuleActionFindingFieldsUpdateSeverity

data class AutomationRuleActionFindingFieldsUpdateSeverity(val label: String? = null, val product: Double? = null)

Constructors

constructor(label: String? = null, product: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val label: String? = null

The severity value of the finding. The allowed values are the following INFORMATIONAL, LOW, MEDIUM, HIGH and CRITICAL.

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.