AutomationRuleActionFindingFieldsUpdateSeverityArgs

data class AutomationRuleActionFindingFieldsUpdateSeverityArgs(val label: Output<String>? = null, val product: Output<Double>? = null) : ConvertibleToJava<AutomationRuleActionFindingFieldsUpdateSeverityArgs>

Constructors

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

Properties

Link copied to clipboard
val label: Output<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: 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(): AutomationRuleActionFindingFieldsUpdateSeverityArgs