public static final class EbsStorageInfo.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EbsStorageInfo
EbsStorageInfo
EbsStorageInfo.Builder, EbsStorageInfo.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) |
IKey |
getEncryptionKey()
(experimental) The AWS KMS key for encrypting data at rest.
|
java.lang.Number |
getVolumeSize()
(experimental) The size in GiB of the EBS volume for the data drive on each broker node.
|
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 IKey getEncryptionKey()
EbsStorageInfo
Default: Uses AWS managed CMK (aws/kafka)
getEncryptionKey
in interface EbsStorageInfo
public final java.lang.Number getVolumeSize()
EbsStorageInfo
Default: 1000
getVolumeSize
in interface EbsStorageInfo
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()