DynamoTableConfig
type DynamoTableConfig = object;Properties
Section titled “Properties”documentClient
Section titled “documentClient”documentClient: DynamoDBDocumentClient;keyNames?
Section titled “keyNames?”optional keyNames: object;globalSecondaryIndexes?
Section titled “globalSecondaryIndexes?”optional globalSecondaryIndexes: NamedGlobalSecondaryIndexKeyNames;localSecondaryIndexes?
Section titled “localSecondaryIndexes?”optional localSecondaryIndexes: NamedLocalSecondaryIndexKeyNames;partitionKey
Section titled “partitionKey”partitionKey: string;sortKey?
Section titled “sortKey?”optional sortKey: string | null;tableName
Section titled “tableName”tableName: string;