interface CloudWatchConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.APS.CfnScraper.CloudWatchConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsaps#CfnScraper_CloudWatchConfigurationProperty |
Java | software.amazon.awscdk.services.aps.CfnScraper.CloudWatchConfigurationProperty |
Python | aws_cdk.aws_aps.CfnScraper.CloudWatchConfigurationProperty |
TypeScript | aws-cdk-lib » aws_aps » CfnScraper » CloudWatchConfigurationProperty |
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 { aws_aps as aps } from 'aws-cdk-lib';
const cloudWatchConfigurationProperty: aps.CfnScraper.CloudWatchConfigurationProperty = {
datasetArn: 'datasetArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| dataset | string | ARN of a CloudWatch dataset. |
datasetArn
Type:
string
ARN of a CloudWatch dataset.

.NET
Go
Java
Python
TypeScript