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 AttributeGlobalSecondaryIndexProps.Jsii$Proxy.getPartitionKey()SchemaOptions.getPartitionKey()Partition key attribute definition.final AttributeSchemaOptions.Jsii$Proxy.getPartitionKey()final AttributeTableOptions.Jsii$Proxy.getPartitionKey()final AttributeTableProps.Jsii$Proxy.getPartitionKey()final AttributeGlobalSecondaryIndexProps.Jsii$Proxy.getSortKey()LocalSecondaryIndexProps.getSortKey()The attribute of a sort key for the local secondary index.final AttributeLocalSecondaryIndexProps.Jsii$Proxy.getSortKey()default AttributeSchemaOptions.getSortKey()Sort key attribute definition.final AttributeSchemaOptions.Jsii$Proxy.getSortKey()final AttributeTableOptions.Jsii$Proxy.getSortKey()final AttributeTableProps.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 AttributeGlobalTableProps.Jsii$Proxy.getPartitionKey()Deprecated.final AttributeGlobalTableProps.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()