Package com.pulumi.aws.wafv2.inputs
Class RuleGroupRuleStatementSqliMatchStatementFieldToMatchArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.wafv2.inputs.RuleGroupRuleStatementSqliMatchStatementFieldToMatchArgs
-
public final class RuleGroupRuleStatementSqliMatchStatementFieldToMatchArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RuleGroupRuleStatementSqliMatchStatementFieldToMatchArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static RuleGroupRuleStatementSqliMatchStatementFieldToMatchArgs
Empty
-
Method Summary
-
-
-
Field Detail
-
Empty
public static final RuleGroupRuleStatementSqliMatchStatementFieldToMatchArgs Empty
-
-
Method Detail
-
allQueryArguments
public java.util.Optional<com.pulumi.core.Output<RuleGroupRuleStatementSqliMatchStatementFieldToMatchAllQueryArgumentsArgs>> allQueryArguments()
- Returns:
- Inspect all query arguments.
-
body
public java.util.Optional<com.pulumi.core.Output<RuleGroupRuleStatementSqliMatchStatementFieldToMatchBodyArgs>> body()
- Returns:
- Inspect the request body, which immediately follows the request headers.
-
cookies
public java.util.Optional<com.pulumi.core.Output<RuleGroupRuleStatementSqliMatchStatementFieldToMatchCookiesArgs>> 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<RuleGroupRuleStatementSqliMatchStatementFieldToMatchHeaderOrderArgs>>> headerOrders()
- Returns:
- Inspect the request headers. See Header Order below for details.
-
headers
public java.util.Optional<com.pulumi.core.Output<java.util.List<RuleGroupRuleStatementSqliMatchStatementFieldToMatchHeaderArgs>>> headers()
- Returns:
- Inspect the request headers. See Headers below for details.
-
ja3Fingerprint
public java.util.Optional<com.pulumi.core.Output<RuleGroupRuleStatementSqliMatchStatementFieldToMatchJa3FingerprintArgs>> ja3Fingerprint()
-
jsonBody
public java.util.Optional<com.pulumi.core.Output<RuleGroupRuleStatementSqliMatchStatementFieldToMatchJsonBodyArgs>> jsonBody()
- Returns:
- Inspect the request body as JSON. See JSON Body for details.
-
method
public java.util.Optional<com.pulumi.core.Output<RuleGroupRuleStatementSqliMatchStatementFieldToMatchMethodArgs>> 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<RuleGroupRuleStatementSqliMatchStatementFieldToMatchQueryStringArgs>> 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<RuleGroupRuleStatementSqliMatchStatementFieldToMatchSingleHeaderArgs>> singleHeader()
- Returns:
- Inspect a single header. See Single Header below for details.
-
singleQueryArgument
public java.util.Optional<com.pulumi.core.Output<RuleGroupRuleStatementSqliMatchStatementFieldToMatchSingleQueryArgumentArgs>> singleQueryArgument()
- Returns:
- Inspect a single query argument. See Single Query Argument below for details.
-
uriPath
public java.util.Optional<com.pulumi.core.Output<RuleGroupRuleStatementSqliMatchStatementFieldToMatchUriPathArgs>> 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 RuleGroupRuleStatementSqliMatchStatementFieldToMatchArgs.Builder builder()
-
builder
public static RuleGroupRuleStatementSqliMatchStatementFieldToMatchArgs.Builder builder(RuleGroupRuleStatementSqliMatchStatementFieldToMatchArgs defaults)
-
-