Type alias Key

Key: {
    [key: string]: AttributeValue;
}

A DynamoDB primary key

Type declaration

  • [key: string]: AttributeValue

Generated using TypeDoc