interface DestinationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.APS.CfnScraperPropsMixin.DestinationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsaps#CfnScraperPropsMixin_DestinationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.aps.CfnScraperPropsMixin.DestinationProperty |
Python | aws_cdk.cfn_property_mixins.aws_aps.CfnScraperPropsMixin.DestinationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_aps » CfnScraperPropsMixin » DestinationProperty |
Where to send the metrics from a scraper.
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 destinationProperty: aps.CfnScraperPropsMixin.DestinationProperty = {
ampConfiguration: {
workspaceArn: 'workspaceArn',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| amp | IResolvable | Amp | The Amazon Managed Service for Prometheus workspace to send metrics to. |
ampConfiguration?
Type:
IResolvable | Amp
(optional)
The Amazon Managed Service for Prometheus workspace to send metrics to.

.NET
Go
Java
Python
TypeScript