@Stability(value=Stable)
public static interface CfnRuleGroup.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 |
CfnRuleGroup.LabelProperty.Builder
A builder for
CfnRuleGroup.LabelProperty |
static class |
CfnRuleGroup.LabelProperty.Jsii$Proxy
An implementation for
CfnRuleGroup.LabelProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRuleGroup.LabelProperty.Builder |
builder() |
String |
getName()
The label string.
|
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) static CfnRuleGroup.LabelProperty.Builder builder()
CfnRuleGroup.LabelProperty.Builder of CfnRuleGroup.LabelPropertyCopyright © 2022. All rights reserved.