Interface CfnAnomalyDetectorPropsMixin.MetricCharacteristicsProperty

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

@Stability(Stable) public static interface CfnAnomalyDetectorPropsMixin.MetricCharacteristicsProperty extends software.amazon.jsii.JsiiSerializable
This object includes parameters that you can use to provide information to CloudWatch to help it build more accurate anomaly detection models.

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.cloudwatch.*;
 MetricCharacteristicsProperty metricCharacteristicsProperty = MetricCharacteristicsProperty.builder()
         .periodicSpikes(false)
         .build();
 

See Also: