@patternmeshjs/core
    Preparing search index...

    Interface IndexDef

    interface IndexDef {
        partitionKey: string;
        sortKey?: string;
        type?: "GSI";
    }
    Index

    Properties

    partitionKey: string
    sortKey?: string
    type?: "GSI"

    Defaults to "GSI" for backward compatibility.