Web Acl Logging Configuration Redacted Field Args
data class WebAclLoggingConfigurationRedactedFieldArgs(val method: Output<WebAclLoggingConfigurationRedactedFieldMethodArgs>? = null, val queryString: Output<WebAclLoggingConfigurationRedactedFieldQueryStringArgs>? = null, val singleHeader: Output<WebAclLoggingConfigurationRedactedFieldSingleHeaderArgs>? = null, val uriPath: Output<WebAclLoggingConfigurationRedactedFieldUriPathArgs>? = null) : ConvertibleToJava<WebAclLoggingConfigurationRedactedFieldArgs>
Constructors
Link copied to clipboard
constructor(method: Output<WebAclLoggingConfigurationRedactedFieldMethodArgs>? = null, queryString: Output<WebAclLoggingConfigurationRedactedFieldQueryStringArgs>? = null, singleHeader: Output<WebAclLoggingConfigurationRedactedFieldSingleHeaderArgs>? = null, uriPath: Output<WebAclLoggingConfigurationRedactedFieldUriPathArgs>? = null)
Properties
Link copied to clipboard
HTTP method to be redacted. It must be specified as an empty configuration block {}
. The method indicates the type of operation that the request is asking the origin to perform.
Link copied to clipboard
Whether to redact the query string. It must be specified as an empty configuration block {}
. The query string is the part of a URL that appears after a ?
character, if any.
Link copied to clipboard
"single_header" refers to the redaction of a single header. For more information, please see the details below under Single Header.
Link copied to clipboard
Configuration block that redacts the request URI path. It should be specified as an empty configuration block {}
. The URI path is the part of a web request that identifies a resource, such as /images/daily-ad.jpg
.