DynamoTable
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new DynamoTable(config): DynamoTable;Parameters
Section titled “Parameters”config
Section titled “config”Returns
Section titled “Returns”DynamoTable
Accessors
Section titled “Accessors”documentClient
Section titled “documentClient”Get Signature
Section titled “Get Signature”get documentClient(): DynamoDBDocumentClient;Returns
Section titled “Returns”DynamoDBDocumentClient
globalSecondaryIndexKeyNames
Section titled “globalSecondaryIndexKeyNames”Get Signature
Section titled “Get Signature”get globalSecondaryIndexKeyNames(): NamedGlobalSecondaryIndexKeyNames;Returns
Section titled “Returns”NamedGlobalSecondaryIndexKeyNames
localSecondaryIndexKeyNames
Section titled “localSecondaryIndexKeyNames”Get Signature
Section titled “Get Signature”get localSecondaryIndexKeyNames(): NamedLocalSecondaryIndexKeyNames;Returns
Section titled “Returns”NamedLocalSecondaryIndexKeyNames
partitionKeyName
Section titled “partitionKeyName”Get Signature
Section titled “Get Signature”get partitionKeyName(): string;Returns
Section titled “Returns”string
sortKeyName
Section titled “sortKeyName”Get Signature
Section titled “Get Signature”get sortKeyName(): string | null;Returns
Section titled “Returns”string | null
tableName
Section titled “tableName”Get Signature
Section titled “Get Signature”get tableName(): string;Returns
Section titled “Returns”string