Interface CfnApplication.PrometheusMonitoringConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApplication.PrometheusMonitoringConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnApplication
@Stability(Stable)
public static interface CfnApplication.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.services.emrserverless.*;
PrometheusMonitoringConfigurationProperty prometheusMonitoringConfigurationProperty = PrometheusMonitoringConfigurationProperty.builder()
.remoteWriteUrl("remoteWriteUrl")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnApplication.PrometheusMonitoringConfigurationPropertystatic final classAn implementation forCfnApplication.PrometheusMonitoringConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRemoteWriteUrl
The remote write URL in the Amazon Managed Service for Prometheus workspace to send metrics to.- See Also:
-
builder
@Stability(Stable) static CfnApplication.PrometheusMonitoringConfigurationProperty.Builder builder()
-