@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-14T16:25:26.024Z")
public interface CfnXssMatchSetProps
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.*; CfnXssMatchSetProps cfnXssMatchSetProps = CfnXssMatchSetProps.builder() .name("name") // the properties below are optional .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() |
java.lang.String |
getName()
The name, if any, of the `XssMatchSet` .
|
default java.lang.Object |
getXssMatchTuples()
Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.
|
java.lang.String getName()
default java.lang.Object getXssMatchTuples()
static CfnXssMatchSetProps.Builder builder()
CfnXssMatchSetProps.Builder
of CfnXssMatchSetProps