@Stability(value=Stable) public static final class CfnXssMatchSet.Builder extends Object implements software.amazon.jsii.Builder<CfnXssMatchSet>
CfnXssMatchSet.| Modifier and Type | Method and Description |
|---|---|
CfnXssMatchSet |
build() |
static CfnXssMatchSet.Builder |
create(software.constructs.Construct scope,
String id) |
CfnXssMatchSet.Builder |
name(String name)
The name, if any, of the `XssMatchSet` .
|
CfnXssMatchSet.Builder |
xssMatchTuples(IResolvable xssMatchTuples)
Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.
|
CfnXssMatchSet.Builder |
xssMatchTuples(List<? extends Object> xssMatchTuples)
Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.
|
@Stability(value=Stable) public static CfnXssMatchSet.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnXssMatchSet.FieldToMatchProperty.Builder.@Stability(value=Stable) public CfnXssMatchSet.Builder name(String name)
name - The name, if any, of the `XssMatchSet` . This parameter is required.this@Stability(value=Stable) public CfnXssMatchSet.Builder xssMatchTuples(IResolvable xssMatchTuples)
xssMatchTuples - Specifies the parts of web requests that you want to inspect for cross-site scripting attacks. This parameter is required.this@Stability(value=Stable) public CfnXssMatchSet.Builder xssMatchTuples(List<? extends Object> xssMatchTuples)
xssMatchTuples - Specifies the parts of web requests that you want to inspect for cross-site scripting attacks. This parameter is required.this@Stability(value=Stable) public CfnXssMatchSet build()
build in interface software.amazon.jsii.Builder<CfnXssMatchSet>Copyright © 2022. All rights reserved.