Class CfnClusterProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.msk.CfnClusterProps.Jsii$Proxy
- All Implemented Interfaces:
CfnClusterProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnClusterProps
@Stability(Stable)
@Internal
public static final class CfnClusterProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnClusterProps
An implementation for
CfnClusterProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.msk.CfnClusterProps
CfnClusterProps.Builder, CfnClusterProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnClusterProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnClusterProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal Objectfinal Objectfinal Stringfinal Objectfinal StringThe current version of the MSK cluster.final Objectfinal Stringfinal Stringfinal Objectfinal Numberfinal Objectfinal StringgetTags()A key-value pair to associate with a resource.final inthashCode()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 theCfnClusterProps.Builder.
-
-
Method Details
-
getBrokerNodeGroupInfo
- Specified by:
getBrokerNodeGroupInfoin interfaceCfnClusterProps- See Also:
-
getClusterName
- Specified by:
getClusterNamein interfaceCfnClusterProps- See Also:
-
getKafkaVersion
- Specified by:
getKafkaVersionin interfaceCfnClusterProps- See Also:
-
getNumberOfBrokerNodes
- Specified by:
getNumberOfBrokerNodesin interfaceCfnClusterProps- See Also:
-
getClientAuthentication
- Specified by:
getClientAuthenticationin interfaceCfnClusterProps- See Also:
-
getConfigurationInfo
- Specified by:
getConfigurationInfoin interfaceCfnClusterProps- See Also:
-
getCurrentVersion
Description copied from interface:CfnClusterPropsThe current version of the MSK cluster.- Specified by:
getCurrentVersionin interfaceCfnClusterProps- See Also:
-
getEncryptionInfo
- Specified by:
getEncryptionInfoin interfaceCfnClusterProps- See Also:
-
getEnhancedMonitoring
- Specified by:
getEnhancedMonitoringin interfaceCfnClusterProps- See Also:
-
getLoggingInfo
- Specified by:
getLoggingInfoin interfaceCfnClusterProps- See Also:
-
getOpenMonitoring
- Specified by:
getOpenMonitoringin interfaceCfnClusterProps- See Also:
-
getStorageMode
- Specified by:
getStorageModein interfaceCfnClusterProps- See Also:
-
getTags
Description copied from interface:CfnClusterPropsA key-value pair to associate with a resource.- Specified by:
getTagsin interfaceCfnClusterProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-