@Stability(value=Experimental)
public static interface CfnTable.ProvisionedThroughputProperty
extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-provisionedthroughput.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTable.ProvisionedThroughputProperty.Builder
A builder for
CfnTable.ProvisionedThroughputProperty |
static class |
CfnTable.ProvisionedThroughputProperty.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static CfnTable.ProvisionedThroughputProperty.Builder |
builder() |
Number |
getReadCapacityUnits()
`CfnTable.ProvisionedThroughputProperty.ReadCapacityUnits`.
|
Number |
getWriteCapacityUnits()
`CfnTable.ProvisionedThroughputProperty.WriteCapacityUnits`.
|
@Stability(value=Experimental) Number getReadCapacityUnits()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-provisionedthroughput.html#cfn-dynamodb-provisionedthroughput-readcapacityunits@Stability(value=Experimental) Number getWriteCapacityUnits()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-provisionedthroughput.html#cfn-dynamodb-provisionedthroughput-writecapacityunits@Stability(value=Experimental) static CfnTable.ProvisionedThroughputProperty.Builder builder()
Copyright © 2019. All rights reserved.