@resistdesign/voltra
    Preparing search index...

    Type Alias GetItemInput

    Input payload for DynamoDB get item operations.

    type GetItemInput = {
        ConsistentRead?: boolean;
        Key: AttributeMap;
        TableName: string;
    }
    Index

    Properties

    ConsistentRead?: boolean

    Request a strongly consistent read.

    Key: AttributeMap

    Key attributes for the item.

    TableName: string

    DynamoDB table name.