SecurityProfileThreatPreventionProfileSeverityOverrideArgs

data class SecurityProfileThreatPreventionProfileSeverityOverrideArgs(val action: Output<String>, val severity: Output<String>) : ConvertibleToJava<SecurityProfileThreatPreventionProfileSeverityOverrideArgs>

Constructors

constructor(action: Output<String>, severity: Output<String>)

Properties

Link copied to clipboard
val action: Output<String>

Threat action override. Possible values are: ALERT, ALLOW, DEFAULT_ACTION, DENY.

Link copied to clipboard
val severity: Output<String>

Severity level to match. Possible values are: CRITICAL, HIGH, INFORMATIONAL, LOW, MEDIUM.

Functions

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