interface DynamoIndexMapping
Since 0.1.0

A configured global secondary index and its key schema.

Properties

readonly
partitionKey: string

The index's partition-key attribute.

readonly
optional
sortKey: string

The index's sort-key attribute, when the index carries one.

Usage

import { type DynamoIndexMapping } from "database-plugin/src/index.ts";