Web Acl Data Protect Args
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>)