Interface CfnScraperPropsMixin.CloudWatchConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnScraperPropsMixin.CloudWatchConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnScraperPropsMixin
@Stability(Stable)
public static interface CfnScraperPropsMixin.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.cfnpropertymixins.services.aps.*;
CloudWatchConfigurationProperty cloudWatchConfigurationProperty = CloudWatchConfigurationProperty.builder()
.datasetArn("datasetArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnScraperPropsMixin.CloudWatchConfigurationPropertystatic final classAn implementation forCfnScraperPropsMixin.CloudWatchConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDatasetArn
ARN of a CloudWatch dataset.- See Also:
-
builder
-