@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-31T18:36:50.701Z")
public interface CfnSizeConstraintSetProps
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.waf.regional.*; CfnSizeConstraintSetProps cfnSizeConstraintSetProps = CfnSizeConstraintSetProps.builder() .name("name") // the properties below are optional .sizeConstraints(List.of(SizeConstraintProperty.builder() .comparisonOperator("comparisonOperator") .fieldToMatch(FieldToMatchProperty.builder() .type("type") // the properties below are optional .data("data") .build()) .size(123) .textTransformation("textTransformation") .build())) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnSizeConstraintSetProps.Builder
A builder for
CfnSizeConstraintSetProps |
static class |
CfnSizeConstraintSetProps.Jsii$Proxy
An implementation for
CfnSizeConstraintSetProps |
Modifier and Type | Method and Description |
---|---|
static CfnSizeConstraintSetProps.Builder |
builder() |
java.lang.String |
getName()
The name, if any, of the `SizeConstraintSet` .
|
default java.lang.Object |
getSizeConstraints()
The size constraint and the part of the web request to check.
|
java.lang.String getName()
default java.lang.Object getSizeConstraints()
static CfnSizeConstraintSetProps.Builder builder()
CfnSizeConstraintSetProps.Builder
of CfnSizeConstraintSetProps