@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.645Z") @Stability(value=Stable) public interface CfnXssMatchSetProps 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.*;
CfnXssMatchSetProps cfnXssMatchSetProps = CfnXssMatchSetProps.builder()
.name("name")
.xssMatchTuples(List.of(XssMatchTupleProperty.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 |
CfnXssMatchSetProps.Builder
A builder for
CfnXssMatchSetProps |
static class |
CfnXssMatchSetProps.Jsii$Proxy
An implementation for
CfnXssMatchSetProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnXssMatchSetProps.Builder |
builder() |
String |
getName()
The name, if any, of the `XssMatchSet` .
|
Object |
getXssMatchTuples()
Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.
|
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull Object getXssMatchTuples()
@Stability(value=Stable) static CfnXssMatchSetProps.Builder builder()
CfnXssMatchSetProps.Builder of CfnXssMatchSetPropsCopyright © 2022. All rights reserved.