WebAclDataProtectionConfigArgs

data class WebAclDataProtectionConfigArgs(val dataProtections: Output<List<WebAclDataProtectArgs>>) : ConvertibleToJava<WebAclDataProtectionConfigArgs>

Constructors

Link copied to clipboard
constructor(dataProtections: Output<List<WebAclDataProtectArgs>>)

Properties

Link copied to clipboard

An array of data protection configurations for specific web request field types. This is defined for each web ACL. AWS WAF applies the specified protection to all web requests that the web ACL inspects.

Functions

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