Amplify Toolbox
    Preparing search index...

    Exposed props for Data which are configurable by the end user.

    Index

    Properties

    authorizationModes?: AuthorizationModes

    Override authorization config, which will apply on top of defaults based on availability of auth, etc.

    functions?: Record<string, ConstructFactory<AmplifyFunction>>

    Functions invokable by the API. The specific input type of the function is subject to change or removal.

    Logging configuration for the API.

    migratedAmplifyGen1DynamoDbTableMappings?: AmplifyGen1DynamoDbTableMapping[]

    Mapping of model name to existing DynamoDB table that should be used as the data source. Each element in the array represents a mapping for a specific branch.

    name?: string

    Optional name for the generated Api.

    Graphql Schema as a string to be passed into the CDK construct.