public static interface CfnCluster.NodeExporterProperty
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.*; NodeExporterProperty nodeExporterProperty = NodeExporterProperty.builder() .enabledInBroker(false) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnCluster.NodeExporterProperty.Builder
A builder for
CfnCluster.NodeExporterProperty |
static class |
CfnCluster.NodeExporterProperty.Jsii$Proxy
An implementation for
CfnCluster.NodeExporterProperty |
Modifier and Type | Method and Description |
---|---|
static CfnCluster.NodeExporterProperty.Builder |
builder() |
java.lang.Object |
getEnabledInBroker()
Indicates whether you want to enable or disable the Node Exporter.
|
java.lang.Object getEnabledInBroker()
static CfnCluster.NodeExporterProperty.Builder builder()