@Stability(value=Stable)
public static interface CfnCluster.PrometheusProperty
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.*;
PrometheusProperty prometheusProperty = PrometheusProperty.builder()
.jmxExporter(JmxExporterProperty.builder()
.enabledInBroker(false)
.build())
.nodeExporter(NodeExporterProperty.builder()
.enabledInBroker(false)
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCluster.PrometheusProperty.Builder
A builder for
CfnCluster.PrometheusProperty |
static class |
CfnCluster.PrometheusProperty.Jsii$Proxy
An implementation for
CfnCluster.PrometheusProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCluster.PrometheusProperty.Builder |
builder() |
default Object |
getJmxExporter()
Indicates whether you want to enable or disable the JMX Exporter.
|
default Object |
getNodeExporter()
Indicates whether you want to enable or disable the Node Exporter.
|
@Stability(value=Stable) @Nullable default Object getJmxExporter()
@Stability(value=Stable) @Nullable default Object getNodeExporter()
@Stability(value=Stable) static CfnCluster.PrometheusProperty.Builder builder()
Copyright © 2022. All rights reserved.