@resistdesign/voltra
    Preparing search index...

    Type Alias KeysAndAttributes

    DynamoDB batch get keys and projection configuration.

    type KeysAndAttributes = {
        Keys: AttributeMap[];
        ProjectionExpression?: string;
    }
    Index

    Properties

    Keys: AttributeMap[]

    Keys to read in a batch get request.

    ProjectionExpression?: string

    Optional projection expression to limit returned attributes.