interface TableConfig {
    allowScans?: boolean;
    gsiNames?: Record<string, string>;
    metaAttributeNames: MetaAttributeNames;
    tableName: string;
}

Hierarchy (view full)

Properties

allowScans?: boolean
gsiNames?: Record<string, string>
metaAttributeNames: MetaAttributeNames
tableName: string