SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigArgs

data class SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigArgs(val enable: Output<Boolean>? = null, val ruleVisibility: Output<String>? = null, val thresholdConfigs: Output<List<SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfigArgs>>? = null) : ConvertibleToJava<SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigArgs>

Constructors

constructor(enable: Output<Boolean>? = null, ruleVisibility: Output<String>? = null, thresholdConfigs: Output<List<SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfigArgs>>? = null)

Properties

Link copied to clipboard
val enable: Output<Boolean>? = null

If set to true, enables CAAP for L7 DDoS detection.

Link copied to clipboard
val ruleVisibility: Output<String>? = null

Rule visibility. Supported values include: "STANDARD", "PREMIUM".

Link copied to clipboard

Configuration options for layer7 adaptive protection for various customizable thresholds.

Functions

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