Amplify library configuration type. Used to specify back-end resource configuration across the library.

interface ResourcesConfig {
    API?: APIConfig;
    Analytics?: AnalyticsConfig;
    Auth?: AuthConfig;
    Geo?: GeoConfig;
    Interactions?: InteractionsConfig;
    Notifications?: NotificationsConfig;
    Predictions?: PredictionsConfig;
    Storage?: StorageConfig;
}

Properties

API?: APIConfig
Analytics?: AnalyticsConfig
Auth?: AuthConfig
Geo?: GeoConfig
Interactions?: InteractionsConfig
Notifications?: NotificationsConfig
Predictions?: PredictionsConfig
Storage?: StorageConfig