property DynamoEntityMapping.indexes

The table's configured global secondary indexes, keyed by index name.

The access-path resolver selects an index when the caller's filter constrains that index's partition key; it invents no portable way to ask for one (M79's out-of-scope list).

Type

Readonly<Record<string, DynamoIndexMapping>>

Usage

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