public static interface CfnLoggingConfiguration.LabelNameConditionProperty
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.*; LabelNameConditionProperty labelNameConditionProperty = LabelNameConditionProperty.builder() .labelName("labelName") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnLoggingConfiguration.LabelNameConditionProperty.Builder
A builder for
CfnLoggingConfiguration.LabelNameConditionProperty |
static class |
CfnLoggingConfiguration.LabelNameConditionProperty.Jsii$Proxy
An implementation for
CfnLoggingConfiguration.LabelNameConditionProperty |
Modifier and Type | Method and Description |
---|---|
static CfnLoggingConfiguration.LabelNameConditionProperty.Builder |
builder() |
java.lang.String |
getLabelName()
The label name that a log record must contain in order to meet the condition.
|
java.lang.String getLabelName()
This must be a fully qualified label name. Fully qualified labels have a prefix, optional namespaces, and label name. The prefix identifies the rule group or web ACL context of the rule that added the label.