Compatibility type representing the Amplify Gen 1 configuration file schema. This type should not be used directly.

interface LegacyConfig {
    aws_project_region?: string;
}

Properties

aws_project_region?: string

Deprecated

The field should not be used.