Web Acl Data Protection Config Data Protection Args
data class WebAclDataProtectionConfigDataProtectionArgs(val action: Output<String>, val excludeRateBasedDetails: Output<Boolean>? = null, val excludeRuleMatchDetails: Output<Boolean>? = null, val field: Output<WebAclDataProtectionConfigDataProtectionFieldArgs>) : ConvertibleToJava<WebAclDataProtectionConfigDataProtectionArgs>
Constructors
Link copied to clipboard
constructor(action: Output<String>, excludeRateBasedDetails: Output<Boolean>? = null, excludeRuleMatchDetails: Output<Boolean>? = null, field: Output<WebAclDataProtectionConfigDataProtectionFieldArgs>)
Properties
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.