public static final class ClusterConfigurationInfo.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ClusterConfigurationInfo
ClusterConfigurationInfo
ClusterConfigurationInfo.Builder, ClusterConfigurationInfo.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 |
getArn()
(experimental) The Amazon Resource Name (ARN) of the MSK configuration to use.
|
java.lang.Number |
getRevision()
(experimental) The revision of the Amazon MSK configuration to use.
|
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 getArn()
ClusterConfigurationInfo
For example, arn:aws:kafka:us-east-1:123456789012:configuration/example-configuration-name/abcdabcd-1234-abcd-1234-abcd123e8e8e-1.
getArn
in interface ClusterConfigurationInfo
public final java.lang.Number getRevision()
ClusterConfigurationInfo
getRevision
in interface ClusterConfigurationInfo
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()