Const
The ResourcesConfig object that is typically imported from the
amplifyconfiguration.json
file. It can also be an object literal created inline when calling Amplify.configure
.
Optional
libraryOptions: LibraryOptionsThe LibraryOptions additional options for the library.
import config from './amplifyconfiguration.json';
Amplify.configure(config);
Returns the ResourcesConfig object passed in as the resourceConfig
parameter when calling
Amplify.configure
.
An ResourcesConfig object.
Configures Amplify with the resourceConfig and libraryOptions.