Interface CfnRuleGroupPropsMixin.LabelProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRuleGroupPropsMixin.LabelProperty.Jsii$Proxy
- Enclosing class:
CfnRuleGroupPropsMixin
@Stability(Stable)
public static interface CfnRuleGroupPropsMixin.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.cfnpropertymixins.services.wafv2.*;
LabelProperty labelProperty = LabelProperty.builder()
.name("name")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnRuleGroupPropsMixin.LabelPropertystatic final classAn implementation forCfnRuleGroupPropsMixin.LabelProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The label string.- See Also:
-
builder
-