interface PrometheusMonitoringConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.EMRServerless.CfnApplicationPropsMixin.PrometheusMonitoringConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsemrserverless#CfnApplicationPropsMixin_PrometheusMonitoringConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.emrserverless.CfnApplicationPropsMixin.PrometheusMonitoringConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_emrserverless.CfnApplicationPropsMixin.PrometheusMonitoringConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_emrserverless » 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 { aws_emrserverless as emrserverless } from '@aws-cdk/cfn-property-mixins';
const prometheusMonitoringConfigurationProperty: emrserverless.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