@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-31T18:36:56.226Z")
public interface EbsStorageInfo
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.kms.*; import software.amazon.awscdk.services.msk.*; Key key; EbsStorageInfo ebsStorageInfo = EbsStorageInfo.builder() .encryptionKey(key) .volumeSize(123) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
EbsStorageInfo.Builder
A builder for
EbsStorageInfo |
static class |
EbsStorageInfo.Jsii$Proxy
An implementation for
EbsStorageInfo |
Modifier and Type | Method and Description |
---|---|
static EbsStorageInfo.Builder |
builder() |
default IKey |
getEncryptionKey()
(experimental) The AWS KMS key for encrypting data at rest.
|
default java.lang.Number |
getVolumeSize()
(experimental) The size in GiB of the EBS volume for the data drive on each broker node.
|
default IKey getEncryptionKey()
Default: Uses AWS managed CMK (aws/kafka)
default java.lang.Number getVolumeSize()
Default: 1000
static EbsStorageInfo.Builder builder()
EbsStorageInfo.Builder
of EbsStorageInfo