@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:08.196Z") @Stability(value=Stable) public interface CfnByteMatchSetProps 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.*;
CfnByteMatchSetProps cfnByteMatchSetProps = CfnByteMatchSetProps.builder()
.name("name")
// the properties below are optional
.byteMatchTuples(List.of(ByteMatchTupleProperty.builder()
.fieldToMatch(FieldToMatchProperty.builder()
.type("type")
// the properties below are optional
.data("data")
.build())
.positionalConstraint("positionalConstraint")
.textTransformation("textTransformation")
// the properties below are optional
.targetString("targetString")
.targetStringBase64("targetStringBase64")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnByteMatchSetProps.Builder
A builder for
CfnByteMatchSetProps |
static class |
CfnByteMatchSetProps.Jsii$Proxy
An implementation for
CfnByteMatchSetProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnByteMatchSetProps.Builder |
builder() |
default Object |
getByteMatchTuples()
`AWS::WAF::ByteMatchSet.ByteMatchTuples`.
|
String |
getName()
`AWS::WAF::ByteMatchSet.Name`.
|
@Stability(value=Stable) @Nullable default Object getByteMatchTuples()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) static CfnByteMatchSetProps.Builder builder()
CfnByteMatchSetProps.Builder of CfnByteMatchSetPropsCopyright © 2021. All rights reserved.