interface DestinationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.APS.Mixins.CfnScraperPropsMixin.DestinationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsaps/mixins#CfnScraperPropsMixin_DestinationProperty |
Java | software.amazon.awscdk.mixins.preview.services.aps.mixins.CfnScraperPropsMixin.DestinationProperty |
Python | aws_cdk.mixins_preview.aws_aps.mixins.CfnScraperPropsMixin.DestinationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_aps » mixins » 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 { mixins as aps_mixins } from '@aws-cdk/mixins-preview/aws-aps';
const destinationProperty: aps_mixins.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