@Stability(value=Experimental) @Internal public static final class ClusterConfigurationInfo.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ClusterConfigurationInfo
ClusterConfigurationInfo
software.amazon.jsii.JsiiObject.InitializationMode
ClusterConfigurationInfo.Builder, ClusterConfigurationInfo.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(ClusterConfigurationInfo.Builder builder)
Constructor that initializes the object based on literal property values passed by the
ClusterConfigurationInfo.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 |
getArn()
(experimental) The Amazon Resource Name (ARN) of the MSK configuration to use.
|
Number |
getRevision()
(experimental) The revision of the Amazon MSK configuration to use.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
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.protected Jsii$Proxy(ClusterConfigurationInfo.Builder builder)
ClusterConfigurationInfo.Builder
.public final 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 Number getRevision()
ClusterConfigurationInfo
getRevision
in interface ClusterConfigurationInfo
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2023. All rights reserved.