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: