WebAclLoggingConfigurationRedactedFieldArgs

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

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.

Functions

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