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