@Stability(value=Stable)
public static interface CfnTable.ProvisionedThroughputProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTable.ProvisionedThroughputProperty.Builder
A builder for
CfnTable.ProvisionedThroughputProperty |
static class |
CfnTable.ProvisionedThroughputProperty.Jsii$Proxy
An implementation for
CfnTable.ProvisionedThroughputProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTable.ProvisionedThroughputProperty.Builder |
builder() |
Number |
getReadCapacityUnits()
`CfnTable.ProvisionedThroughputProperty.ReadCapacityUnits`.
|
Number |
getWriteCapacityUnits()
`CfnTable.ProvisionedThroughputProperty.WriteCapacityUnits`.
|
@Stability(value=Stable) @NotNull Number getReadCapacityUnits()
@Stability(value=Stable) @NotNull Number getWriteCapacityUnits()
@Stability(value=Stable) static CfnTable.ProvisionedThroughputProperty.Builder builder()
Copyright © 2021. All rights reserved.