@Stability(value=Stable) @Internal public static final class CfnConfigurationProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnConfigurationProps
CfnConfigurationPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnConfigurationProps.Builder, CfnConfigurationProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnConfigurationProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnConfigurationProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getDescription()
The description of the configuration.
|
List<String> |
getKafkaVersionsList()
A list of the versions of Apache Kafka with which you can use this MSK configuration.
|
String |
getName()
The name of the configuration.
|
String |
getServerProperties()
Contents of the server.properties file.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnConfigurationProps.Builder builder)
CfnConfigurationProps.Builder.public final String getName()
CfnConfigurationPropsConfiguration names are strings that match the regex "^[0-9A-Za-z][0-9A-Za-z-]{0,}$".
getName in interface CfnConfigurationPropspublic final String getServerProperties()
CfnConfigurationPropsgetServerProperties in interface CfnConfigurationPropspublic final String getDescription()
CfnConfigurationPropsgetDescription in interface CfnConfigurationPropspublic final List<String> getKafkaVersionsList()
CfnConfigurationPropsYou can use this configuration for an MSK cluster only if the Apache Kafka version specified for the cluster appears in this list.
getKafkaVersionsList in interface CfnConfigurationProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.