Package com.pulumi.aws.wafv2.inputs
Class WebAclRuleStatementSizeConstraintStatementFieldToMatchSingleQueryArgumentArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.wafv2.inputs.WebAclRuleStatementSizeConstraintStatementFieldToMatchSingleQueryArgumentArgs
-
public final class WebAclRuleStatementSizeConstraintStatementFieldToMatchSingleQueryArgumentArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WebAclRuleStatementSizeConstraintStatementFieldToMatchSingleQueryArgumentArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static WebAclRuleStatementSizeConstraintStatementFieldToMatchSingleQueryArgumentArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WebAclRuleStatementSizeConstraintStatementFieldToMatchSingleQueryArgumentArgs.Builder
builder()
static WebAclRuleStatementSizeConstraintStatementFieldToMatchSingleQueryArgumentArgs.Builder
builder(WebAclRuleStatementSizeConstraintStatementFieldToMatchSingleQueryArgumentArgs defaults)
com.pulumi.core.Output<java.lang.String>
name()
-
-
-
Field Detail
-
Empty
public static final WebAclRuleStatementSizeConstraintStatementFieldToMatchSingleQueryArgumentArgs Empty
-
-
Method Detail
-
name
public com.pulumi.core.Output<java.lang.String> name()
- Returns:
- Name of the query header to inspect. This setting must be provided as lower case characters.
-
builder
public static WebAclRuleStatementSizeConstraintStatementFieldToMatchSingleQueryArgumentArgs.Builder builder()
-
builder
public static WebAclRuleStatementSizeConstraintStatementFieldToMatchSingleQueryArgumentArgs.Builder builder(WebAclRuleStatementSizeConstraintStatementFieldToMatchSingleQueryArgumentArgs defaults)
-
-