@Stability(value=Stable)
public static interface CfnCluster.OpenMonitoringProperty
extends software.amazon.jsii.JsiiSerializable
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.msk.*;
OpenMonitoringProperty openMonitoringProperty = OpenMonitoringProperty.builder()
.prometheus(PrometheusProperty.builder()
.jmxExporter(JmxExporterProperty.builder()
.enabledInBroker(false)
.build())
.nodeExporter(NodeExporterProperty.builder()
.enabledInBroker(false)
.build())
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCluster.OpenMonitoringProperty.Builder
A builder for
CfnCluster.OpenMonitoringProperty |
static class |
CfnCluster.OpenMonitoringProperty.Jsii$Proxy
An implementation for
CfnCluster.OpenMonitoringProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCluster.OpenMonitoringProperty.Builder |
builder() |
Object |
getPrometheus()
Prometheus exporter settings.
|
@Stability(value=Stable) @NotNull Object getPrometheus()
@Stability(value=Stable) static CfnCluster.OpenMonitoringProperty.Builder builder()
Copyright © 2022. All rights reserved.