Interface CfnOrganizationTelemetryRule.LabelNameConditionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnOrganizationTelemetryRule.LabelNameConditionProperty.Jsii$Proxy
- Enclosing class:
CfnOrganizationTelemetryRule
@Stability(Stable)
public static interface CfnOrganizationTelemetryRule.LabelNameConditionProperty
extends software.amazon.jsii.JsiiSerializable
Condition that matches based on WAF rule labels, with label names limited to 1024 characters.
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.observabilityadmin.*;
LabelNameConditionProperty labelNameConditionProperty = LabelNameConditionProperty.builder()
.labelName("labelName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnOrganizationTelemetryRule.LabelNameConditionPropertystatic final classAn implementation forCfnOrganizationTelemetryRule.LabelNameConditionProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLabelName
The label name to match, supporting alphanumeric characters, underscores, hyphens, and colons.- See Also:
-
builder
-