WebAclLoggingConfigurationRedactedFieldArgs

data class WebAclLoggingConfigurationRedactedFieldArgs(val allQueryArguments: Output<WebAclLoggingConfigurationRedactedFieldAllQueryArgumentsArgs>? = null, val body: Output<WebAclLoggingConfigurationRedactedFieldBodyArgs>? = null, val method: Output<WebAclLoggingConfigurationRedactedFieldMethodArgs>? = null, val queryString: Output<WebAclLoggingConfigurationRedactedFieldQueryStringArgs>? = null, val singleHeader: Output<WebAclLoggingConfigurationRedactedFieldSingleHeaderArgs>? = null, val singleQueryArgument: Output<WebAclLoggingConfigurationRedactedFieldSingleQueryArgumentArgs>? = null, val uriPath: Output<WebAclLoggingConfigurationRedactedFieldUriPathArgs>? = null) : ConvertibleToJava<WebAclLoggingConfigurationRedactedFieldArgs>

Properties

Link copied to clipboard
Link copied to clipboard

Redact the request body, which immediately follows the request headers.

Link copied to clipboard

Redact the HTTP method. 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

Redact the query string. Must be specified as an empty configuration block {}. This is the part of a URL that appears after a ? character, if any.

Link copied to clipboard

Redact a single header. See Single Header below for details.

Link copied to clipboard

Redact a single query argument. See Single Query Argument below for details.

Link copied to clipboard

Redact the request URI path. Must be specified as an empty configuration block {}. This is the part of a web request that identifies a resource, for example, /images/daily-ad.jpg.

Functions

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