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

    Interface GeneratedSections

    Generated table-definition sections (subset of DynamoDB CreateTableCommandInput).

    interface GeneratedSections {
        AttributeDefinitions?: AttributeDefinition[];
        GlobalSecondaryIndexes?: GlobalSecondaryIndex[];
        KeySchema?: KeySchemaElement[];
    }
    Index

    Properties

    AttributeDefinitions?: AttributeDefinition[]

    Generated Properties.AttributeDefinitions.

    GlobalSecondaryIndexes?: GlobalSecondaryIndex[]

    Generated Properties.GlobalSecondaryIndexes.

    KeySchema?: KeySchemaElement[]

    Generated Properties.KeySchema.