| Package | Description |
|---|---|
| software.amazon.awscdk.services.msk |
Amazon Managed Streaming for Apache Kafka Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default ClusterMonitoringLevel |
MonitoringConfiguration.getClusterMonitoringLevel()
(experimental) Specifies the level of monitoring for the MSK cluster.
|
ClusterMonitoringLevel |
MonitoringConfiguration.Jsii$Proxy.getClusterMonitoringLevel() |
static ClusterMonitoringLevel |
ClusterMonitoringLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusterMonitoringLevel[] |
ClusterMonitoringLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MonitoringConfiguration.Builder |
MonitoringConfiguration.Builder.clusterMonitoringLevel(ClusterMonitoringLevel clusterMonitoringLevel)
Sets the value of
MonitoringConfiguration.getClusterMonitoringLevel() |
Copyright © 2022. All rights reserved.