| Package | Description |
|---|---|
| software.amazon.awscdk.services.dynamodb |
Amazon DynamoDB Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Attribute.Jsii$Proxy
An implementation for
Attribute |
| Modifier and Type | Method and Description |
|---|---|
Attribute |
Attribute.Builder.build()
Builds the configured instance.
|
Attribute |
GlobalSecondaryIndexProps.getPartitionKey()
(experimental) The attribute of a partition key for the global secondary index.
|
Attribute |
GlobalSecondaryIndexProps.Jsii$Proxy.getPartitionKey() |
Attribute |
TableOptions.getPartitionKey()
(experimental) Partition key attribute definition.
|
Attribute |
TableOptions.Jsii$Proxy.getPartitionKey() |
Attribute |
TableProps.Jsii$Proxy.getPartitionKey() |
default Attribute |
GlobalSecondaryIndexProps.getSortKey()
(experimental) The attribute of a sort key for the global secondary index.
|
Attribute |
GlobalSecondaryIndexProps.Jsii$Proxy.getSortKey() |
Attribute |
LocalSecondaryIndexProps.getSortKey()
(experimental) The attribute of a sort key for the local secondary index.
|
Attribute |
LocalSecondaryIndexProps.Jsii$Proxy.getSortKey() |
default Attribute |
TableOptions.getSortKey()
(experimental) Table sort key attribute definition.
|
Attribute |
TableOptions.Jsii$Proxy.getSortKey() |
Attribute |
TableProps.Jsii$Proxy.getSortKey() |
| Modifier and Type | Method and Description |
|---|---|
GlobalSecondaryIndexProps.Builder |
GlobalSecondaryIndexProps.Builder.partitionKey(Attribute partitionKey)
Sets the value of
GlobalSecondaryIndexProps.getPartitionKey() |
Table.Builder |
Table.Builder.partitionKey(Attribute partitionKey)
(experimental) Partition key attribute definition.
|
TableOptions.Builder |
TableOptions.Builder.partitionKey(Attribute partitionKey)
Sets the value of
TableOptions.getPartitionKey() |
TableProps.Builder |
TableProps.Builder.partitionKey(Attribute partitionKey)
Sets the value of
TableOptions.getPartitionKey() |
GlobalSecondaryIndexProps.Builder |
GlobalSecondaryIndexProps.Builder.sortKey(Attribute sortKey)
Sets the value of
GlobalSecondaryIndexProps.getSortKey() |
LocalSecondaryIndexProps.Builder |
LocalSecondaryIndexProps.Builder.sortKey(Attribute sortKey)
Sets the value of
LocalSecondaryIndexProps.getSortKey() |
Table.Builder |
Table.Builder.sortKey(Attribute sortKey)
(experimental) Table sort key attribute definition.
|
TableOptions.Builder |
TableOptions.Builder.sortKey(Attribute sortKey)
Sets the value of
TableOptions.getSortKey() |
TableProps.Builder |
TableProps.Builder.sortKey(Attribute sortKey)
Sets the value of
TableOptions.getSortKey() |
| 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(Attribute partitionKey,
Number readCapacity,
Attribute sortKey,
Number writeCapacity,
String indexName,
List<String> nonKeyAttributes,
ProjectionType projectionType)
Constructor that initializes the object based on literal property values passed by the
GlobalSecondaryIndexProps.Builder. |
Jsii$Proxy(Attribute sortKey,
String indexName,
List<String> nonKeyAttributes,
ProjectionType projectionType)
Constructor that initializes the object based on literal property values passed by the
LocalSecondaryIndexProps.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.