Interface CfnAnomalyDetector.LabelProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnAnomalyDetector.LabelProperty.Jsii$Proxy
Enclosing class:
CfnAnomalyDetector

@Stability(Stable) public static interface CfnAnomalyDetector.LabelProperty extends software.amazon.jsii.JsiiSerializable
The Amazon Managed Service for Prometheus metric labels associated with the anomaly detector.

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.aps.*;
 LabelProperty labelProperty = LabelProperty.builder()
         .key("key")
         .value("value")
         .build();
 

See Also: