public static final class CfnConfigurationProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnConfigurationProps
CfnConfigurationProps
CfnConfigurationProps.Builder, CfnConfigurationProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.String |
getDescription()
The description of the configuration.
|
java.util.List<java.lang.String> |
getKafkaVersionsList()
A list of the versions of Apache Kafka with which you can use this MSK configuration.
|
java.lang.String |
getName()
The name of the configuration.
|
java.lang.String |
getServerProperties()
Contents of the server.properties file.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getName()
CfnConfigurationProps
Configuration names are strings that match the regex "^[0-9A-Za-z][0-9A-Za-z-]{0,}$".
getName
in interface CfnConfigurationProps
public final java.lang.String getServerProperties()
CfnConfigurationProps
getServerProperties
in interface CfnConfigurationProps
public final java.lang.String getDescription()
CfnConfigurationProps
getDescription
in interface CfnConfigurationProps
public final java.util.List<java.lang.String> getKafkaVersionsList()
CfnConfigurationProps
You 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
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()