Package com.pulumi.aws.wafv2.outputs
Class RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatch
- java.lang.Object
-
- com.pulumi.aws.wafv2.outputs.RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatch
-
public final class RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatch extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatch.Builder
-
Method Summary
-
-
-
Method Detail
-
allQueryArguments
public java.util.Optional<RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchAllQueryArguments> allQueryArguments()
- Returns:
- Inspect all query arguments.
-
body
public java.util.Optional<RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchBody> body()
- Returns:
- Inspect the request body, which immediately follows the request headers.
-
cookies
public java.util.Optional<RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookies> cookies()
- Returns:
- Inspect the cookies in the web request. See Cookies below for details.
-
headerOrders
public java.util.List<RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderOrder> headerOrders()
- Returns:
- Inspect the request headers. See Header Order below for details.
-
headers
public java.util.List<RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeader> headers()
- Returns:
- Inspect the request headers. See Headers below for details.
-
ja3Fingerprint
public java.util.Optional<RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJa3Fingerprint> ja3Fingerprint()
-
jsonBody
public java.util.Optional<RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBody> jsonBody()
- Returns:
- Inspect the request body as JSON. See JSON Body for details.
-
method
public java.util.Optional<RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchMethod> 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<RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchQueryString> 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<RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleHeader> singleHeader()
- Returns:
- Inspect a single header. See Single Header below for details.
-
singleQueryArgument
public java.util.Optional<RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleQueryArgument> singleQueryArgument()
- Returns:
- Inspect a single query argument. See Single Query Argument below for details.
-
uriPath
public java.util.Optional<RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchUriPath> 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 RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatch.Builder builder()
-
-