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

    Interface OverlayOptions

    Optional overlays applied when composing a new table.yml (creation-time helper).

    interface OverlayOptions {
        BillingMode?: BillingMode;
        ProvisionedThroughput?: ProvisionedThroughput;
        TableName?: string;
    }
    Index

    Properties

    BillingMode?: BillingMode

    Optional BillingMode for initial composition (no-op on refresh unless caller wants to change it).

    ProvisionedThroughput?: ProvisionedThroughput

    Provisioned throughput (RCU/WCU) if using PROVISIONED (initial composition helper).

    TableName?: string

    Optional one-off TableName override for creation-time plumbing (not persisted here).