Class MonitoringConfiguration.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.msk.alpha.MonitoringConfiguration.Jsii$Proxy
- All Implemented Interfaces:
MonitoringConfiguration
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
MonitoringConfiguration
@Stability(Experimental)
@Internal
public static final class MonitoringConfiguration.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements MonitoringConfiguration
An implementation for
MonitoringConfiguration
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.msk.alpha.MonitoringConfiguration
MonitoringConfiguration.Builder, MonitoringConfiguration.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theMonitoringConfiguration.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final ClusterMonitoringLevel
(experimental) Specifies the level of monitoring for the MSK cluster.final Boolean
(experimental) Indicates whether you want to enable or disable the JMX Exporter.final Boolean
(experimental) Indicates whether you want to enable or disable the Prometheus Node Exporter.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theMonitoringConfiguration.Builder
.
-
-
Method Details
-
getClusterMonitoringLevel
Description copied from interface:MonitoringConfiguration
(experimental) Specifies the level of monitoring for the MSK cluster.Default: DEFAULT
- Specified by:
getClusterMonitoringLevel
in interfaceMonitoringConfiguration
-
getEnablePrometheusJmxExporter
Description copied from interface:MonitoringConfiguration
(experimental) Indicates whether you want to enable or disable the JMX Exporter.Default: false
- Specified by:
getEnablePrometheusJmxExporter
in interfaceMonitoringConfiguration
-
getEnablePrometheusNodeExporter
Description copied from interface:MonitoringConfiguration
(experimental) Indicates whether you want to enable or disable the Prometheus Node Exporter.You can use the Prometheus Node Exporter to get CPU and disk metrics for the broker nodes.
Default: false
- Specified by:
getEnablePrometheusNodeExporter
in interfaceMonitoringConfiguration
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-