| Package | Description |
|---|---|
| software.amazon.awscdk.services.dynamodb |
Amazon DynamoDB Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default TableEncryption |
TableOptions.getEncryption()
(experimental) Whether server-side encryption with an AWS managed customer master key is enabled.
|
TableEncryption |
TableOptions.Jsii$Proxy.getEncryption() |
TableEncryption |
TableProps.Jsii$Proxy.getEncryption() |
static TableEncryption |
TableEncryption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableEncryption[] |
TableEncryption.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.encryption(TableEncryption encryption)
(experimental) Whether server-side encryption with an AWS managed customer master key is enabled.
|
TableOptions.Builder |
TableOptions.Builder.encryption(TableEncryption encryption)
Sets the value of
TableOptions.getEncryption() |
TableProps.Builder |
TableProps.Builder.encryption(TableEncryption encryption)
Sets the value of
TableOptions.getEncryption() |
| 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.