@Stability(value=Stable)
public static interface CfnCluster.NodeExporterProperty
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.*; 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() |
Object |
getEnabledInBroker()
Indicates whether you want to enable or disable the Node Exporter.
|
@Stability(value=Stable) @NotNull Object getEnabledInBroker()
@Stability(value=Stable) static CfnCluster.NodeExporterProperty.Builder builder()
Copyright © 2023. All rights reserved.