Interface CfnLoggingConfigurationPropsMixin.LabelNameConditionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLoggingConfigurationPropsMixin.LabelNameConditionProperty.Jsii$Proxy
- Enclosing class:
CfnLoggingConfigurationPropsMixin
@Stability(Stable)
public static interface CfnLoggingConfigurationPropsMixin.LabelNameConditionProperty
extends software.amazon.jsii.JsiiSerializable
A single label name condition for a condition in a logging filter.
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.*;
LabelNameConditionProperty labelNameConditionProperty = LabelNameConditionProperty.builder()
.labelName("labelName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnLoggingConfigurationPropsMixin.LabelNameConditionProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLabelName
The label name that a log record must contain in order to meet the condition.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.
- See Also:
-
builder
@Stability(Stable) static CfnLoggingConfigurationPropsMixin.LabelNameConditionProperty.Builder builder()
-