public static interface CfnWebACL.LabelProperty
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() |
java.lang.String |
getName()
The label string.
|
java.lang.String getName()
static CfnWebACL.LabelProperty.Builder builder()
CfnWebACL.LabelProperty.Builder
of CfnWebACL.LabelProperty