interface MultiEntityTableConfig {
    allowScans?: boolean;
    entityTypes?: string[];
    gsiNames?: Record<string, string>;
    metaAttributeNames: MetaAttributeNames;
    tableName: string;
}

Hierarchy (view full)

Properties

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