@Stability(value=Stable)
public static interface CfnWebACL.LabelProperty
extends software.amazon.jsii.JsiiSerializable
This is used as an element of a label array in RuleLabels inside a rule.
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.wafv2.*;
LabelProperty labelProperty = LabelProperty.builder()
.name("name")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnWebACL.LabelProperty.Builder
A builder for
CfnWebACL.LabelProperty |
static class |
CfnWebACL.LabelProperty.Jsii$Proxy
An implementation for
CfnWebACL.LabelProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnWebACL.LabelProperty.Builder |
builder() |
String |
getName()
The label string.
|
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) static CfnWebACL.LabelProperty.Builder builder()
CfnWebACL.LabelProperty.Builder of CfnWebACL.LabelPropertyCopyright © 2022. All rights reserved.