Package com.pulumi.aws.wafv2.inputs
Class WebAclRuleStatementByteMatchStatementFieldToMatchArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.wafv2.inputs.WebAclRuleStatementByteMatchStatementFieldToMatchArgs
-
public final class WebAclRuleStatementByteMatchStatementFieldToMatchArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WebAclRuleStatementByteMatchStatementFieldToMatchArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static WebAclRuleStatementByteMatchStatementFieldToMatchArgs
Empty
-
Method Summary
-
-
-
Field Detail
-
Empty
public static final WebAclRuleStatementByteMatchStatementFieldToMatchArgs Empty
-
-
Method Detail
-
allQueryArguments
public java.util.Optional<com.pulumi.core.Output<WebAclRuleStatementByteMatchStatementFieldToMatchAllQueryArgumentsArgs>> allQueryArguments()
- Returns:
- Inspect all query arguments.
-
body
public java.util.Optional<com.pulumi.core.Output<WebAclRuleStatementByteMatchStatementFieldToMatchBodyArgs>> body()
- Returns:
- Inspect the request body, which immediately follows the request headers. See `body` below for details.
-
cookies
public java.util.Optional<com.pulumi.core.Output<WebAclRuleStatementByteMatchStatementFieldToMatchCookiesArgs>> cookies()
- Returns:
- Inspect the cookies in the web request. See `cookies` below for details.
-
headerOrders
public java.util.Optional<com.pulumi.core.Output<java.util.List<WebAclRuleStatementByteMatchStatementFieldToMatchHeaderOrderArgs>>> headerOrders()
- Returns:
- Inspect a string containing the list of the request's header names, ordered as they appear in the web request that AWS WAF receives for inspection. See `header_order` below for details.
-
headers
public java.util.Optional<com.pulumi.core.Output<java.util.List<WebAclRuleStatementByteMatchStatementFieldToMatchHeaderArgs>>> headers()
- Returns:
- Inspect the request headers. See `headers` below for details.
-
ja3Fingerprint
public java.util.Optional<com.pulumi.core.Output<WebAclRuleStatementByteMatchStatementFieldToMatchJa3FingerprintArgs>> ja3Fingerprint()
- Returns:
- Inspect the JA3 fingerprint. See `ja3_fingerprint` below for details.
-
jsonBody
public java.util.Optional<com.pulumi.core.Output<WebAclRuleStatementByteMatchStatementFieldToMatchJsonBodyArgs>> jsonBody()
- Returns:
- Inspect the request body as JSON. See `json_body` for details.
-
method
public java.util.Optional<com.pulumi.core.Output<WebAclRuleStatementByteMatchStatementFieldToMatchMethodArgs>> method()
- Returns:
- Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.
-
queryString
public java.util.Optional<com.pulumi.core.Output<WebAclRuleStatementByteMatchStatementFieldToMatchQueryStringArgs>> queryString()
- Returns:
- Inspect the query string. This is the part of a URL that appears after a `?` character, if any.
-
singleHeader
public java.util.Optional<com.pulumi.core.Output<WebAclRuleStatementByteMatchStatementFieldToMatchSingleHeaderArgs>> singleHeader()
- Returns:
- Inspect a single header. See `single_header` below for details.
-
singleQueryArgument
public java.util.Optional<com.pulumi.core.Output<WebAclRuleStatementByteMatchStatementFieldToMatchSingleQueryArgumentArgs>> singleQueryArgument()
- Returns:
- Inspect a single query argument. See `single_query_argument` below for details.
-
uriPath
public java.util.Optional<com.pulumi.core.Output<WebAclRuleStatementByteMatchStatementFieldToMatchUriPathArgs>> uriPath()
- Returns:
- Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.
-
builder
public static WebAclRuleStatementByteMatchStatementFieldToMatchArgs.Builder builder()
-
builder
public static WebAclRuleStatementByteMatchStatementFieldToMatchArgs.Builder builder(WebAclRuleStatementByteMatchStatementFieldToMatchArgs defaults)
-
-