@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:19.577Z") @Stability(value=Stable) public interface CfnSizeConstraintSetProps extends software.amazon.jsii.JsiiSerializable
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.*;
CfnSizeConstraintSetProps cfnSizeConstraintSetProps = CfnSizeConstraintSetProps.builder()
.name("name")
.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() |
String |
getName()
`AWS::WAF::SizeConstraintSet.Name`.
|
Object |
getSizeConstraints()
`AWS::WAF::SizeConstraintSet.SizeConstraints`.
|
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull Object getSizeConstraints()
@Stability(value=Stable) static CfnSizeConstraintSetProps.Builder builder()
CfnSizeConstraintSetProps.Builder of CfnSizeConstraintSetPropsCopyright © 2021. All rights reserved.