Package com.pulumi.aws.wafv2.inputs
Class WebAclRuleStatementSizeConstraintStatementFieldToMatchArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.wafv2.inputs.WebAclRuleStatementSizeConstraintStatementFieldToMatchArgs
-
public final class WebAclRuleStatementSizeConstraintStatementFieldToMatchArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WebAclRuleStatementSizeConstraintStatementFieldToMatchArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static WebAclRuleStatementSizeConstraintStatementFieldToMatchArgs
Empty
-
Method Summary
-
-
-
Field Detail
-
Empty
public static final WebAclRuleStatementSizeConstraintStatementFieldToMatchArgs Empty
-
-
Method Detail
-
allQueryArguments
public java.util.Optional<com.pulumi.core.Output<WebAclRuleStatementSizeConstraintStatementFieldToMatchAllQueryArgumentsArgs>> allQueryArguments()
- Returns:
- Inspect all query arguments.
-
body
public java.util.Optional<com.pulumi.core.Output<WebAclRuleStatementSizeConstraintStatementFieldToMatchBodyArgs>> 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<WebAclRuleStatementSizeConstraintStatementFieldToMatchCookiesArgs>> 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<WebAclRuleStatementSizeConstraintStatementFieldToMatchHeaderOrderArgs>>> 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<WebAclRuleStatementSizeConstraintStatementFieldToMatchHeaderArgs>>> headers()
- Returns:
- Inspect the request headers. See `headers` below for details.
-
ja3Fingerprint
public java.util.Optional<com.pulumi.core.Output<WebAclRuleStatementSizeConstraintStatementFieldToMatchJa3FingerprintArgs>> ja3Fingerprint()
- Returns:
- Inspect the JA3 fingerprint. See `ja3_fingerprint` below for details.
-
jsonBody
public java.util.Optional<com.pulumi.core.Output<WebAclRuleStatementSizeConstraintStatementFieldToMatchJsonBodyArgs>> jsonBody()
- Returns:
- Inspect the request body as JSON. See `json_body` for details.
-
method
public java.util.Optional<com.pulumi.core.Output<WebAclRuleStatementSizeConstraintStatementFieldToMatchMethodArgs>> 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<WebAclRuleStatementSizeConstraintStatementFieldToMatchQueryStringArgs>> 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<WebAclRuleStatementSizeConstraintStatementFieldToMatchSingleHeaderArgs>> singleHeader()
- Returns:
- Inspect a single header. See `single_header` below for details.
-
singleQueryArgument
public java.util.Optional<com.pulumi.core.Output<WebAclRuleStatementSizeConstraintStatementFieldToMatchSingleQueryArgumentArgs>> singleQueryArgument()
- Returns:
- Inspect a single query argument. See `single_query_argument` below for details.
-
uriPath
public java.util.Optional<com.pulumi.core.Output<WebAclRuleStatementSizeConstraintStatementFieldToMatchUriPathArgs>> 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 WebAclRuleStatementSizeConstraintStatementFieldToMatchArgs.Builder builder()
-
builder
public static WebAclRuleStatementSizeConstraintStatementFieldToMatchArgs.Builder builder(WebAclRuleStatementSizeConstraintStatementFieldToMatchArgs defaults)
-
-