public static interface CfnCluster.ProvisionedThroughputProperty
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 java.lang.Object |
getEnabled()
Specifies whether provisioned throughput is turned on for the cluster.
|
default java.lang.Number |
getVolumeThroughput()
The provisioned throughput rate in MiB per second.
|
default java.lang.Object getEnabled()
default java.lang.Number getVolumeThroughput()
static CfnCluster.ProvisionedThroughputProperty.Builder builder()