interface AmpConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.APS.CfnScraperPropsMixin.AmpConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsaps#CfnScraperPropsMixin_AmpConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.aps.CfnScraperPropsMixin.AmpConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_aps.CfnScraperPropsMixin.AmpConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_aps » CfnScraperPropsMixin » AmpConfigurationProperty |
The AmpConfiguration structure defines the Amazon Managed Service for Prometheus instance a scraper should send metrics to.
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 ampConfigurationProperty: aps.CfnScraperPropsMixin.AmpConfigurationProperty = {
workspaceArn: 'workspaceArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| workspace | string | ARN of the Amazon Managed Service for Prometheus workspace. |
workspaceArn?
Type:
string
(optional)
ARN of the Amazon Managed Service for Prometheus workspace.

.NET
Go
Java
Python
TypeScript