Package com.pulumi.aws.wafv2.outputs
Class RuleGroupRuleStatementRegexMatchStatementFieldToMatch
- java.lang.Object
-
- com.pulumi.aws.wafv2.outputs.RuleGroupRuleStatementRegexMatchStatementFieldToMatch
-
public final class RuleGroupRuleStatementRegexMatchStatementFieldToMatch extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RuleGroupRuleStatementRegexMatchStatementFieldToMatch.Builder
-
Method Summary
-
-
-
Method Detail
-
allQueryArguments
public java.util.Optional<RuleGroupRuleStatementRegexMatchStatementFieldToMatchAllQueryArguments> allQueryArguments()
- Returns:
- Inspect all query arguments.
-
body
public java.util.Optional<RuleGroupRuleStatementRegexMatchStatementFieldToMatchBody> body()
- Returns:
- Inspect the request body, which immediately follows the request headers.
-
cookies
public java.util.Optional<RuleGroupRuleStatementRegexMatchStatementFieldToMatchCookies> cookies()
- Returns:
- Inspect the cookies in the web request. See Cookies below for details.
-
headerOrders
public java.util.List<RuleGroupRuleStatementRegexMatchStatementFieldToMatchHeaderOrder> headerOrders()
- Returns:
- Inspect the request headers. See Header Order below for details.
-
headers
public java.util.List<RuleGroupRuleStatementRegexMatchStatementFieldToMatchHeader> headers()
- Returns:
- Inspect the request headers. See Headers below for details.
-
ja3Fingerprint
public java.util.Optional<RuleGroupRuleStatementRegexMatchStatementFieldToMatchJa3Fingerprint> ja3Fingerprint()
-
jsonBody
public java.util.Optional<RuleGroupRuleStatementRegexMatchStatementFieldToMatchJsonBody> jsonBody()
- Returns:
- Inspect the request body as JSON. See JSON Body for details.
-
method
public java.util.Optional<RuleGroupRuleStatementRegexMatchStatementFieldToMatchMethod> 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<RuleGroupRuleStatementRegexMatchStatementFieldToMatchQueryString> 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<RuleGroupRuleStatementRegexMatchStatementFieldToMatchSingleHeader> singleHeader()
- Returns:
- Inspect a single header. See Single Header below for details.
-
singleQueryArgument
public java.util.Optional<RuleGroupRuleStatementRegexMatchStatementFieldToMatchSingleQueryArgument> singleQueryArgument()
- Returns:
- Inspect a single query argument. See Single Query Argument below for details.
-
uriPath
public java.util.Optional<RuleGroupRuleStatementRegexMatchStatementFieldToMatchUriPath> 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 RuleGroupRuleStatementRegexMatchStatementFieldToMatch.Builder builder()
-
builder
public static RuleGroupRuleStatementRegexMatchStatementFieldToMatch.Builder builder(RuleGroupRuleStatementRegexMatchStatementFieldToMatch defaults)
-
-