Amplify Toolbox
    Preparing search index...

    Type Alias AmplifyGen1DynamoDbTableMapping

    Mapping of model name to existing DynamoDB table that should be used as the data source. The mapping will only apply to the branch specified. If the mapping is undefined or empty, no tables will be imported for that branch.

    type AmplifyGen1DynamoDbTableMapping = {
        branchName: string;
        modelNameToTableNameMapping?: Record<string, string>;
    }
    Index

    Properties

    branchName: string
    modelNameToTableNameMapping?: Record<string, string>