public static interface CfnRuleGroup.SingleQueryArgumentProperty
The name isn't case sensitive.
This is used to indicate the web request component to inspect, in the FieldToMatch
specification.
Example JSON: "SingleQueryArgument": { "Name": "myArgument" }
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.wafv2.*; SingleQueryArgumentProperty singleQueryArgumentProperty = SingleQueryArgumentProperty.builder() .name("name") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnRuleGroup.SingleQueryArgumentProperty.Builder
A builder for
CfnRuleGroup.SingleQueryArgumentProperty |
static class |
CfnRuleGroup.SingleQueryArgumentProperty.Jsii$Proxy
An implementation for
CfnRuleGroup.SingleQueryArgumentProperty |
Modifier and Type | Method and Description |
---|---|
static CfnRuleGroup.SingleQueryArgumentProperty.Builder |
builder() |
java.lang.String |
getName()
The name of the query argument to inspect.
|
java.lang.String getName()
static CfnRuleGroup.SingleQueryArgumentProperty.Builder builder()