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();
 

See Also: