@Stability(value=Stable)
public static interface CfnCluster.ProvisionedThroughputProperty
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.*;
ProvisionedThroughputProperty provisionedThroughputProperty = ProvisionedThroughputProperty.builder()
.enabled(false)
.volumeThroughput(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCluster.ProvisionedThroughputProperty.Builder
A builder for
CfnCluster.ProvisionedThroughputProperty |
static class |
CfnCluster.ProvisionedThroughputProperty.Jsii$Proxy
An implementation for
CfnCluster.ProvisionedThroughputProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCluster.ProvisionedThroughputProperty.Builder |
builder() |
default Object |
getEnabled()
Specifies whether provisioned throughput is turned on for the cluster.
|
default Number |
getVolumeThroughput()
The provisioned throughput rate in MiB per second.
|
@Stability(value=Stable) @Nullable default Object getEnabled()
@Stability(value=Stable) @Nullable default Number getVolumeThroughput()
@Stability(value=Stable) static CfnCluster.ProvisionedThroughputProperty.Builder builder()
Copyright © 2022. All rights reserved.