Package com.pulumi.aws.wafv2.outputs
Class WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatch
- java.lang.Object
-
- com.pulumi.aws.wafv2.outputs.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatch
-
public final class WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatch extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatch.Builder
-
Method Summary
-
-
-
Method Detail
-
allQueryArguments
public java.util.Optional<WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchAllQueryArguments> allQueryArguments()
- Returns:
- Inspect all query arguments.
-
body
public java.util.Optional<WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchBody> body()
- Returns:
- Inspect the request body, which immediately follows the request headers. See `body` below for details.
-
cookies
public java.util.Optional<WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchCookies> cookies()
- Returns:
- Inspect the cookies in the web request. See `cookies` below for details.
-
headerOrders
public java.util.List<WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderOrder> 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.List<WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchHeader> headers()
- Returns:
- Inspect the request headers. See `headers` below for details.
-
ja3Fingerprint
public java.util.Optional<WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchJa3Fingerprint> ja3Fingerprint()
- Returns:
- Inspect the JA3 fingerprint. See `ja3_fingerprint` below for details.
-
jsonBody
public java.util.Optional<WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBody> jsonBody()
- Returns:
- Inspect the request body as JSON. See `json_body` for details.
-
method
public java.util.Optional<WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchMethod> 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<WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchQueryString> 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<WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleHeader> singleHeader()
- Returns:
- Inspect a single header. See `single_header` below for details.
-
singleQueryArgument
public java.util.Optional<WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleQueryArgument> singleQueryArgument()
- Returns:
- Inspect a single query argument. See `single_query_argument` below for details.
-
uriPath
public java.util.Optional<WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchUriPath> 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 WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatch.Builder builder()
-
-