@karmaniverous/entity-client-dynamodb
    Preparing search index...

    Interface GenerateOptions

    interface GenerateOptions {
        clean?: boolean;
        tableProperties?: TablePropertiesConfig;
    }
    Index

    Properties

    clean?: boolean

    When true, recompose from baseline template + generated + managed properties.

    tableProperties?: TablePropertiesConfig

    Managed table properties (non-generated keys) to apply deterministically when provided.