| 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.Jsii$Proxy.getPartitionKey() |
Attribute |
SchemaOptions.getPartitionKey()
Partition key attribute definition.
|
Attribute |
SchemaOptions.Jsii$Proxy.getPartitionKey() |
Attribute |
TableOptions.Jsii$Proxy.getPartitionKey() |
Attribute |
TableProps.Jsii$Proxy.getPartitionKey() |
Attribute |
GlobalSecondaryIndexProps.Jsii$Proxy.getSortKey() |
default Attribute |
SchemaOptions.getSortKey()
Sort key attribute definition.
|
Attribute |
SchemaOptions.Jsii$Proxy.getSortKey() |
Attribute |
LocalSecondaryIndexProps.getSortKey()
The attribute of a sort key for the local secondary index.
|
Attribute |
LocalSecondaryIndexProps.Jsii$Proxy.getSortKey() |
Attribute |
TableOptions.Jsii$Proxy.getSortKey() |
Attribute |
TableProps.Jsii$Proxy.getSortKey() |
| Constructor and Description |
|---|
Jsii$Proxy(Attribute partitionKey,
Attribute sortKey)
Constructor that initializes the object based on literal property values passed by the
SchemaOptions.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(BillingMode billingMode,
Boolean contributorInsightsEnabled,
TableEncryption encryption,
IKey encryptionKey,
Boolean pointInTimeRecovery,
Number readCapacity,
RemovalPolicy removalPolicy,
List<String> replicationRegions,
Duration replicationTimeout,
Boolean serverSideEncryption,
StreamViewType stream,
String timeToLiveAttribute,
Number writeCapacity,
Attribute partitionKey,
Attribute sortKey)
Constructor that initializes the object based on literal property values passed by the
TableOptions.Builder. |
Jsii$Proxy(IStream kinesisStream,
String tableName,
BillingMode billingMode,
Boolean contributorInsightsEnabled,
TableEncryption encryption,
IKey encryptionKey,
Boolean pointInTimeRecovery,
Number readCapacity,
RemovalPolicy removalPolicy,
List<String> replicationRegions,
Duration replicationTimeout,
Boolean serverSideEncryption,
StreamViewType stream,
String timeToLiveAttribute,
Number writeCapacity,
Attribute partitionKey,
Attribute sortKey)
Constructor that initializes the object based on literal property values passed by the
TableProps.Builder. |
Jsii$Proxy(Number readCapacity,
Number writeCapacity,
String indexName,
List<String> nonKeyAttributes,
ProjectionType projectionType,
Attribute partitionKey,
Attribute sortKey)
Constructor that initializes the object based on literal property values passed by the
GlobalSecondaryIndexProps.Builder. |
Copyright © 2021. All rights reserved.