Interface CfnApplicationPropsMixin.PrometheusMonitoringConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnApplicationPropsMixin.PrometheusMonitoringConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnApplicationPropsMixin

@Stability(Stable) public static interface CfnApplicationPropsMixin.PrometheusMonitoringConfigurationProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.mixins.preview.services.emrserverless.mixins.*;
 PrometheusMonitoringConfigurationProperty prometheusMonitoringConfigurationProperty = PrometheusMonitoringConfigurationProperty.builder()
         .remoteWriteUrl("remoteWriteUrl")
         .build();
 

See Also: