WebAclDataProtectionConfigArgs

data class WebAclDataProtectionConfigArgs(val dataProtections: Output<List<WebAclDataProtectionConfigDataProtectionArgs>>? = null) : ConvertibleToJava<WebAclDataProtectionConfigArgs>

Constructors

Link copied to clipboard
constructor(dataProtections: Output<List<WebAclDataProtectionConfigDataProtectionArgs>>? = null)

Properties

Link copied to clipboard

A block for data protection configurations for specific web request field types. See data_protection block for details.

Functions

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