interface PrometheusMonitoringConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.EMRServerless.Mixins.CfnApplicationPropsMixin.PrometheusMonitoringConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsemrserverless/mixins#CfnApplicationPropsMixin_PrometheusMonitoringConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.emrserverless.mixins.CfnApplicationPropsMixin.PrometheusMonitoringConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_emrserverless.mixins.CfnApplicationPropsMixin.PrometheusMonitoringConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_emrserverless » mixins » CfnApplicationPropsMixin » PrometheusMonitoringConfigurationProperty |
The monitoring configuration object you can configure to send metrics to Amazon Managed Service for Prometheus for a job run.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as emrserverless_mixins } from '@aws-cdk/mixins-preview/aws-emrserverless';
const prometheusMonitoringConfigurationProperty: emrserverless_mixins.CfnApplicationPropsMixin.PrometheusMonitoringConfigurationProperty = {
remoteWriteUrl: 'remoteWriteUrl',
};
Properties
| Name | Type | Description |
|---|---|---|
| remote | string | The remote write URL in the Amazon Managed Service for Prometheus workspace to send metrics to. |
remoteWriteUrl?
Type:
string
(optional)
The remote write URL in the Amazon Managed Service for Prometheus workspace to send metrics to.

.NET
Go
Java
Python
TypeScript