Interface CfnScraper.CloudWatchConfigurationProperty

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

@Stability(Stable) public static interface CfnScraper.CloudWatchConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Configuration for CloudWatch metrics destination.

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.*;
 CloudWatchConfigurationProperty cloudWatchConfigurationProperty = CloudWatchConfigurationProperty.builder()
         .datasetArn("datasetArn")
         .build();
 

See Also: