Interface CfnAnomalyDetectorPropsMixin.CloudwatchConfigProperty

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

@Stability(Stable) public static interface CfnAnomalyDetectorPropsMixin.CloudwatchConfigProperty extends software.amazon.jsii.JsiiSerializable
Details about an Amazon CloudWatch datasource.

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.lookoutmetrics.*;
 CloudwatchConfigProperty cloudwatchConfigProperty = CloudwatchConfigProperty.builder()
         .roleArn("roleArn")
         .build();
 

See Also: