Interface CfnWebACL.LabelProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnWebACL.LabelProperty.Jsii$Proxy
- Enclosing class:
- CfnWebACL
@Stability(Stable)
public static interface CfnWebACL.LabelProperty
extends software.amazon.jsii.JsiiSerializable
A single label container.
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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnWebACL.LabelProperty
static final class
An implementation forCfnWebACL.LabelProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The label string. -
builder
- Returns:
- a
CfnWebACL.LabelProperty.Builder
ofCfnWebACL.LabelProperty
-