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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnApplicationPropsMixin.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 CfnApplicationPropsMixin.PrometheusMonitoringConfigurationProperty.Builder builder()
-