Package com.pulumi.aws.wafv2.inputs
Class WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.wafv2.inputs.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchArgs
-
public final class WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchArgs
Empty
-
Method Summary
-
-
-
Field Detail
-
Empty
public static final WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchArgs Empty
-
-
Method Detail
-
allQueryArguments
public java.util.Optional<com.pulumi.core.Output<WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchAllQueryArgumentsArgs>> allQueryArguments()
- Returns:
- Inspect all query arguments.
-
body
public java.util.Optional<com.pulumi.core.Output<WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchBodyArgs>> 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<WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesArgs>> 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<WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderOrderArgs>>> 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<WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderArgs>>> headers()
- Returns:
- Inspect the request headers. See `headers` below for details.
-
ja3Fingerprint
public java.util.Optional<com.pulumi.core.Output<WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchJa3FingerprintArgs>> ja3Fingerprint()
- Returns:
- Inspect the JA3 fingerprint. See `ja3_fingerprint` below for details.
-
jsonBody
public java.util.Optional<com.pulumi.core.Output<WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyArgs>> jsonBody()
- Returns:
- Inspect the request body as JSON. See `json_body` for details.
-
method
public java.util.Optional<com.pulumi.core.Output<WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchMethodArgs>> 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<WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchQueryStringArgs>> 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<WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleHeaderArgs>> singleHeader()
- Returns:
- Inspect a single header. See `single_header` below for details.
-
singleQueryArgument
public java.util.Optional<com.pulumi.core.Output<WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleQueryArgumentArgs>> singleQueryArgument()
- Returns:
- Inspect a single query argument. See `single_query_argument` below for details.
-
uriPath
public java.util.Optional<com.pulumi.core.Output<WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchUriPathArgs>> 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 WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchArgs.Builder builder()
-
-