Class CfnConfigurationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.msk.CfnConfigurationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnConfigurationProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConfigurationProps
@Stability(Stable)
@Internal
public static final class CfnConfigurationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConfigurationProps
An implementation for
CfnConfigurationProps
-
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.CfnConfigurationProps
CfnConfigurationProps.Builder, CfnConfigurationProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnConfigurationProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnConfigurationProps.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 String
The description of the configuration.AWS::MSK::Configuration.KafkaVersionsList
.final String
getName()
The name of the configuration.final String
Contents of the server.properties file.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 theCfnConfigurationProps.Builder
.
-
-
Method Details
-
getName
Description copied from interface:CfnConfigurationProps
The name of the configuration.Configuration names are strings that match the regex "^[0-9A-Za-z][0-9A-Za-z-]{0,}$".
- Specified by:
getName
in interfaceCfnConfigurationProps
-
getServerProperties
Description copied from interface:CfnConfigurationProps
Contents of the server.properties file. When using the API, you must ensure that the contents of the file are base64 encoded. When using the console, the SDK, or the CLI, the contents of server.properties can be in plaintext.- Specified by:
getServerProperties
in interfaceCfnConfigurationProps
-
getDescription
Description copied from interface:CfnConfigurationProps
The description of the configuration.- Specified by:
getDescription
in interfaceCfnConfigurationProps
-
getKafkaVersionsList
Description copied from interface:CfnConfigurationProps
AWS::MSK::Configuration.KafkaVersionsList
.- Specified by:
getKafkaVersionsList
in interfaceCfnConfigurationProps
-
$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()
-