WebAclDataProtectionConfigDataProtection

data class WebAclDataProtectionConfigDataProtection(val action: String, val excludeRateBasedDetails: Boolean? = null, val excludeRuleMatchDetails: Boolean? = null, val field: WebAclDataProtectionConfigDataProtectionField)

Constructors

Link copied to clipboard
constructor(action: String, excludeRateBasedDetails: Boolean? = null, excludeRuleMatchDetails: Boolean? = null, field: WebAclDataProtectionConfigDataProtectionField)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies how to protect the field. Valid values are SUBSTITUTION or HASH.

Link copied to clipboard

Boolean to specify whether to also exclude any rate-based rule details from the data protection you have enabled for a given field.

Link copied to clipboard

Boolean to specify whether to also exclude any rule match details from the data protection you have enabled for a given field. AWS WAF logs these details for non-terminating matching rules and for the terminating matching rule.

Link copied to clipboard

Specifies the field type and optional keys to apply the protection behavior to. See field block below for details.