Lists the backend environments for an Amplify app.
get/apps/{appId}/backendenvironments
Path parameters
appIdstring required
The unique ID for an Amplify app.
Query parameters
environmentNamestring
The name of the backend environment
nextTokenstring
A pagination token. Set to null to start listing backend environments from the start. If a non-null pagination token is returned in a result, pass its value in here to list more backend environments.
maxResultsinteger
The maximum number of records to list in a single response.
Response
Success