interface CloudWatchConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.APS.CfnScraperPropsMixin.CloudWatchConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsaps#CfnScraperPropsMixin_CloudWatchConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.aps.CfnScraperPropsMixin.CloudWatchConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_aps.CfnScraperPropsMixin.CloudWatchConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_aps » CfnScraperPropsMixin » 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/cfn-property-mixins';
const cloudWatchConfigurationProperty: aps.CfnScraperPropsMixin.CloudWatchConfigurationProperty = {
datasetArn: 'datasetArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| dataset | string | ARN of a CloudWatch dataset. |
datasetArn?
Type:
string
(optional)
ARN of a CloudWatch dataset.

.NET
Go
Java
Python
TypeScript