@Stability(value=Stable)
public static interface CfnXssMatchSet.FieldToMatchProperty
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.*;
FieldToMatchProperty fieldToMatchProperty = FieldToMatchProperty.builder()
.type("type")
// the properties below are optional
.data("data")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnXssMatchSet.FieldToMatchProperty.Builder
A builder for
CfnXssMatchSet.FieldToMatchProperty |
static class |
CfnXssMatchSet.FieldToMatchProperty.Jsii$Proxy
An implementation for
CfnXssMatchSet.FieldToMatchProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnXssMatchSet.FieldToMatchProperty.Builder |
builder() |
default String |
getData()
`CfnXssMatchSet.FieldToMatchProperty.Data`.
|
String |
getType()
`CfnXssMatchSet.FieldToMatchProperty.Type`.
|
@Stability(value=Stable) @Nullable default String getData()
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) static CfnXssMatchSet.FieldToMatchProperty.Builder builder()
Copyright © 2021. All rights reserved.