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

    Interface ManagedTablePropertiesInfo

    Managed properties value plus booleans indicating which keys are managed.

    interface ManagedTablePropertiesInfo {
        managed: ManagedTableProperties;
        manages: {
            billingMode: boolean;
            provisionedThroughput: boolean;
            tableName: boolean;
        };
    }
    Index

    Properties

    Properties

    Values to apply/validate when managed.

    manages: {
        billingMode: boolean;
        provisionedThroughput: boolean;
        tableName: boolean;
    }

    Flags describing which keys are managed.

    Type Declaration

    • billingMode: boolean

      True when BillingMode is managed.

    • provisionedThroughput: boolean

      True when ProvisionedThroughput is managed.

    • tableName: boolean

      True when TableName is managed.