Uses of Interface
software.amazon.awscdk.services.dynamodb.Attribute
Packages that use Attribute
Package
Description
Amazon DynamoDB Construct Library
@aws-cdk/aws-dynamodb-global
-
Uses of Attribute in software.amazon.awscdk.services.dynamodb
Classes in software.amazon.awscdk.services.dynamodb that implement AttributeMethods in software.amazon.awscdk.services.dynamodb that return AttributeModifier and TypeMethodDescriptionAttribute.Builder.build()
Builds the configured instance.final Attribute
GlobalSecondaryIndexProps.Jsii$Proxy.getPartitionKey()
SchemaOptions.getPartitionKey()
Partition key attribute definition.final Attribute
SchemaOptions.Jsii$Proxy.getPartitionKey()
final Attribute
TableOptions.Jsii$Proxy.getPartitionKey()
final Attribute
TableProps.Jsii$Proxy.getPartitionKey()
final Attribute
GlobalSecondaryIndexProps.Jsii$Proxy.getSortKey()
LocalSecondaryIndexProps.getSortKey()
The attribute of a sort key for the local secondary index.final Attribute
LocalSecondaryIndexProps.Jsii$Proxy.getSortKey()
default Attribute
SchemaOptions.getSortKey()
Sort key attribute definition.final Attribute
SchemaOptions.Jsii$Proxy.getSortKey()
final Attribute
TableOptions.Jsii$Proxy.getSortKey()
final Attribute
TableProps.Jsii$Proxy.getSortKey()
Methods in software.amazon.awscdk.services.dynamodb with parameters of type AttributeModifier and TypeMethodDescriptionGlobalSecondaryIndexProps.Builder.partitionKey
(Attribute partitionKey) Sets the value ofSchemaOptions.getPartitionKey()
SchemaOptions.Builder.partitionKey
(Attribute partitionKey) Sets the value ofSchemaOptions.getPartitionKey()
Table.Builder.partitionKey
(Attribute partitionKey) Partition key attribute definition.TableOptions.Builder.partitionKey
(Attribute partitionKey) Sets the value ofSchemaOptions.getPartitionKey()
TableProps.Builder.partitionKey
(Attribute partitionKey) Sets the value ofSchemaOptions.getPartitionKey()
Sets the value ofSchemaOptions.getSortKey()
Sets the value ofLocalSecondaryIndexProps.getSortKey()
Sets the value ofSchemaOptions.getSortKey()
Sort key attribute definition.Sets the value ofSchemaOptions.getSortKey()
Sets the value ofSchemaOptions.getSortKey()
-
Uses of Attribute in software.amazon.awscdk.services.dynamodb.global
Methods in software.amazon.awscdk.services.dynamodb.global that return AttributeModifier and TypeMethodDescriptionfinal Attribute
GlobalTableProps.Jsii$Proxy.getPartitionKey()
Deprecated.final Attribute
GlobalTableProps.Jsii$Proxy.getSortKey()
Deprecated.Methods in software.amazon.awscdk.services.dynamodb.global with parameters of type AttributeModifier and TypeMethodDescriptionGlobalTable.Builder.partitionKey
(Attribute partitionKey) Deprecated.Partition key attribute definition.GlobalTableProps.Builder.partitionKey
(Attribute partitionKey) Deprecated.Sets the value ofSchemaOptions.getPartitionKey()
Deprecated.Sort key attribute definition.Deprecated.Sets the value ofSchemaOptions.getSortKey()