Interface CfnApplication.IPrometheusMonitoringConfigurationProperty
The monitoring configuration object you can configure to send metrics to Amazon Managed Service for Prometheus for a job run.
Namespace: Amazon.CDK.AWS.EMRServerless
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IPrometheusMonitoringConfigurationProperty
Syntax (vb)
Public Interface IPrometheusMonitoringConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.EMRServerless;
var prometheusMonitoringConfigurationProperty = new PrometheusMonitoringConfigurationProperty {
RemoteWriteUrl = "remoteWriteUrl"
};
Synopsis
Properties
Remote |
The remote write URL in the Amazon Managed Service for Prometheus workspace to send metrics to. |
Properties
RemoteWriteUrl
The remote write URL in the Amazon Managed Service for Prometheus workspace to send metrics to.
virtual string RemoteWriteUrl { get; }
Property Value
System.