| Package | Description |
|---|---|
| software.amazon.awscdk.services.dynamodb |
Amazon DynamoDB Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default BillingMode |
TableOptions.getBillingMode()
(experimental) Specify how you are charged for read and write throughput and how you manage capacity.
|
BillingMode |
TableOptions.Jsii$Proxy.getBillingMode() |
BillingMode |
TableProps.Jsii$Proxy.getBillingMode() |
static BillingMode |
BillingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BillingMode[] |
BillingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Table.Builder |
Table.Builder.billingMode(BillingMode billingMode)
(experimental) Specify how you are charged for read and write throughput and how you manage capacity.
|
TableOptions.Builder |
TableOptions.Builder.billingMode(BillingMode billingMode)
Sets the value of
TableOptions.getBillingMode() |
TableProps.Builder |
TableProps.Builder.billingMode(BillingMode billingMode)
Sets the value of
TableOptions.getBillingMode() |
| Constructor and Description |
|---|
Jsii$Proxy(Attribute partitionKey,
BillingMode billingMode,
Boolean contributorInsightsEnabled,
TableEncryption encryption,
IKey encryptionKey,
Boolean pointInTimeRecovery,
Number readCapacity,
RemovalPolicy removalPolicy,
List<String> replicationRegions,
Duration replicationTimeout,
Attribute sortKey,
StreamViewType stream,
String timeToLiveAttribute,
Number writeCapacity)
Constructor that initializes the object based on literal property values passed by the
TableOptions.Builder. |
Jsii$Proxy(String tableName,
Attribute partitionKey,
BillingMode billingMode,
Boolean contributorInsightsEnabled,
TableEncryption encryption,
IKey encryptionKey,
Boolean pointInTimeRecovery,
Number readCapacity,
RemovalPolicy removalPolicy,
List<String> replicationRegions,
Duration replicationTimeout,
Attribute sortKey,
StreamViewType stream,
String timeToLiveAttribute,
Number writeCapacity)
Constructor that initializes the object based on literal property values passed by the
TableProps.Builder. |
Copyright © 2021. All rights reserved.