Uses of Enum
software.amazon.awscdk.services.msk.ClusterMonitoringLevel
Package
Description
Amazon Managed Streaming for Apache Kafka Construct Library
-
Uses of ClusterMonitoringLevel in software.amazon.awscdk.services.msk
Modifier and TypeMethodDescriptiondefault ClusterMonitoringLevel
MonitoringConfiguration.getClusterMonitoringLevel()
(experimental) Specifies the level of monitoring for the MSK cluster.final ClusterMonitoringLevel
MonitoringConfiguration.Jsii$Proxy.getClusterMonitoringLevel()
static ClusterMonitoringLevel
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 TypeMethodDescriptionMonitoringConfiguration.Builder.clusterMonitoringLevel
(ClusterMonitoringLevel clusterMonitoringLevel) Sets the value ofMonitoringConfiguration.getClusterMonitoringLevel()