Web Acl Logging Configuration Redacted Field Args
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>
Constructors
Link copied to clipboard
constructor(allQueryArguments: Output<WebAclLoggingConfigurationRedactedFieldAllQueryArgumentsArgs>? = null, body: Output<WebAclLoggingConfigurationRedactedFieldBodyArgs>? = null, method: Output<WebAclLoggingConfigurationRedactedFieldMethodArgs>? = null, queryString: Output<WebAclLoggingConfigurationRedactedFieldQueryStringArgs>? = null, singleHeader: Output<WebAclLoggingConfigurationRedactedFieldSingleHeaderArgs>? = null, singleQueryArgument: Output<WebAclLoggingConfigurationRedactedFieldSingleQueryArgumentArgs>? = null, uriPath: Output<WebAclLoggingConfigurationRedactedFieldUriPathArgs>? = null)
Properties
Link copied to clipboard
Redact all query arguments.
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
val singleQueryArgument: Output<WebAclLoggingConfigurationRedactedFieldSingleQueryArgumentArgs>? = null
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
.