interface PrometheusMonitoringConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.EMRServerless.CfnApplication.PrometheusMonitoringConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsemrserverless#CfnApplication_PrometheusMonitoringConfigurationProperty |
Java | software.amazon.awscdk.services.emrserverless.CfnApplication.PrometheusMonitoringConfigurationProperty |
Python | aws_cdk.aws_emrserverless.CfnApplication.PrometheusMonitoringConfigurationProperty |
TypeScript | aws-cdk-lib » aws_emrserverless » CfnApplication » 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 { aws_emrserverless as emrserverless } from 'aws-cdk-lib';
const prometheusMonitoringConfigurationProperty: emrserverless.CfnApplication.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