@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:19.586Z") @Stability(value=Stable) public interface CfnSqlInjectionMatchSetProps 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.regional.*;
CfnSqlInjectionMatchSetProps cfnSqlInjectionMatchSetProps = CfnSqlInjectionMatchSetProps.builder()
.name("name")
// the properties below are optional
.sqlInjectionMatchTuples(List.of(SqlInjectionMatchTupleProperty.builder()
.fieldToMatch(FieldToMatchProperty.builder()
.type("type")
// the properties below are optional
.data("data")
.build())
.textTransformation("textTransformation")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSqlInjectionMatchSetProps.Builder
A builder for
CfnSqlInjectionMatchSetProps |
static class |
CfnSqlInjectionMatchSetProps.Jsii$Proxy
An implementation for
CfnSqlInjectionMatchSetProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnSqlInjectionMatchSetProps.Builder |
builder() |
String |
getName()
`AWS::WAFRegional::SqlInjectionMatchSet.Name`.
|
default Object |
getSqlInjectionMatchTuples()
`AWS::WAFRegional::SqlInjectionMatchSet.SqlInjectionMatchTuples`.
|
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @Nullable default Object getSqlInjectionMatchTuples()
@Stability(value=Stable) static CfnSqlInjectionMatchSetProps.Builder builder()
Copyright © 2021. All rights reserved.