Package com.pulumi.aws.wafv2.inputs
Class RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.wafv2.inputs.RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchArgs
-
public final class RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchArgs
Empty
-
Method Summary
-
-
-
Field Detail
-
Empty
public static final RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchArgs Empty
-
-
Method Detail
-
allQueryArguments
public java.util.Optional<com.pulumi.core.Output<RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchAllQueryArgumentsArgs>> allQueryArguments()
- Returns:
- Inspect all query arguments.
-
body
public java.util.Optional<com.pulumi.core.Output<RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchBodyArgs>> body()
- Returns:
- Inspect the request body, which immediately follows the request headers.
-
cookies
public java.util.Optional<com.pulumi.core.Output<RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesArgs>> 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<RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderOrderArgs>>> headerOrders()
- Returns:
- Inspect the request headers. See Header Order below for details.
-
headers
public java.util.Optional<com.pulumi.core.Output<java.util.List<RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderArgs>>> headers()
- Returns:
- Inspect the request headers. See Headers below for details.
-
ja3Fingerprint
public java.util.Optional<com.pulumi.core.Output<RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJa3FingerprintArgs>> ja3Fingerprint()
-
jsonBody
public java.util.Optional<com.pulumi.core.Output<RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyArgs>> jsonBody()
- Returns:
- Inspect the request body as JSON. See JSON Body for details.
-
method
public java.util.Optional<com.pulumi.core.Output<RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchMethodArgs>> 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<RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchQueryStringArgs>> 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<RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleHeaderArgs>> singleHeader()
- Returns:
- Inspect a single header. See Single Header below for details.
-
singleQueryArgument
public java.util.Optional<com.pulumi.core.Output<RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgumentArgs>> singleQueryArgument()
- Returns:
- Inspect a single query argument. See Single Query Argument below for details.
-
uriPath
public java.util.Optional<com.pulumi.core.Output<RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchUriPathArgs>> 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 RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchArgs.Builder builder()
-
-