WebAclDataProtectArgs

data class WebAclDataProtectArgs(val action: Output<WebAclDataProtectionAction>, val excludeRateBasedDetails: Output<Boolean>? = null, val excludeRuleMatchDetails: Output<Boolean>? = null, val field: Output<WebAclFieldToProtectArgs>) : ConvertibleToJava<WebAclDataProtectArgs>

Constructors

Link copied to clipboard
constructor(action: Output<WebAclDataProtectionAction>, excludeRateBasedDetails: Output<Boolean>? = null, excludeRuleMatchDetails: Output<Boolean>? = null, field: Output<WebAclFieldToProtectArgs>)

Properties

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

Functions

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