interface DestinationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.APS.CfnScraper.DestinationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsaps#CfnScraper_DestinationProperty |
![]() | software.amazon.awscdk.services.aps.CfnScraper.DestinationProperty |
![]() | aws_cdk.aws_aps.CfnScraper.DestinationProperty |
![]() | aws-cdk-lib » aws_aps » CfnScraper » 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-lib';
const destinationProperty: aps.CfnScraper.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
The Amazon Managed Service for Prometheus workspace to send metrics to.