@Stability(value=Stable)
public static interface CfnCluster.StorageInfoProperty
extends software.amazon.jsii.JsiiSerializable
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.msk.*;
StorageInfoProperty storageInfoProperty = StorageInfoProperty.builder()
.ebsStorageInfo(EBSStorageInfoProperty.builder()
.provisionedThroughput(ProvisionedThroughputProperty.builder()
.enabled(false)
.volumeThroughput(123)
.build())
.volumeSize(123)
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCluster.StorageInfoProperty.Builder
A builder for
CfnCluster.StorageInfoProperty |
static class |
CfnCluster.StorageInfoProperty.Jsii$Proxy
An implementation for
CfnCluster.StorageInfoProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCluster.StorageInfoProperty.Builder |
builder() |
default Object |
getEbsStorageInfo()
EBS volume information.
|
@Stability(value=Stable) @Nullable default Object getEbsStorageInfo()
@Stability(value=Stable) static CfnCluster.StorageInfoProperty.Builder builder()
Copyright © 2022. All rights reserved.