@Stability(value=Stable)
public static interface CfnXssMatchSet.XssMatchTupleProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
XssMatchTupleProperty xssMatchTupleProperty = XssMatchTupleProperty.builder()
.fieldToMatch(FieldToMatchProperty.builder()
.type("type")
// the properties below are optional
.data("data")
.build())
.textTransformation("textTransformation")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnXssMatchSet.XssMatchTupleProperty.Builder
A builder for
CfnXssMatchSet.XssMatchTupleProperty |
static class |
CfnXssMatchSet.XssMatchTupleProperty.Jsii$Proxy
An implementation for
CfnXssMatchSet.XssMatchTupleProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnXssMatchSet.XssMatchTupleProperty.Builder |
builder() |
Object |
getFieldToMatch()
`CfnXssMatchSet.XssMatchTupleProperty.FieldToMatch`.
|
String |
getTextTransformation()
`CfnXssMatchSet.XssMatchTupleProperty.TextTransformation`.
|
@Stability(value=Stable) @NotNull Object getFieldToMatch()
@Stability(value=Stable) @NotNull String getTextTransformation()
@Stability(value=Stable) static CfnXssMatchSet.XssMatchTupleProperty.Builder builder()
Copyright © 2021. All rights reserved.