:doc:`AmplifyBackend <../../amplifybackend>` / Client / get_backend

***********
get_backend
***********



.. py:method:: AmplifyBackend.Client.get_backend(**kwargs)

  

  Provides project-level details for your Amplify UI project.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/amplifybackend-2020-08-11/GetBackend>`_  


  **Request Syntax**
  ::

    response = client.get_backend(
        AppId='string',
        BackendEnvironmentName='string'
    )
    
  :type AppId: string
  :param AppId: **[REQUIRED]** 

    The app ID.

    

  
  :type BackendEnvironmentName: string
  :param BackendEnvironmentName: 

    The name of the backend environment.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'AmplifyFeatureFlags': 'string',
          'AmplifyMetaConfig': 'string',
          'AppId': 'string',
          'AppName': 'string',
          'BackendEnvironmentList': [
              'string',
          ],
          'BackendEnvironmentName': 'string',
          'Error': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 

      200 response

      
      

      - **AmplifyFeatureFlags** *(string) --* 

        A stringified version of the cli.json file for your Amplify project.

        
      

      - **AmplifyMetaConfig** *(string) --* 

        A stringified version of the current configs for your Amplify project.

        
      

      - **AppId** *(string) --* 

        The app ID.

        
      

      - **AppName** *(string) --* 

        The name of the app.

        
      

      - **BackendEnvironmentList** *(list) --* 

        A list of backend environments in an array.

        
        

        - *(string) --* 
    
      

      - **BackendEnvironmentName** *(string) --* 

        The name of the backend environment.

        
      

      - **Error** *(string) --* 

        If the request failed, this is the returned error.

        
  
  **Exceptions**
  
  *   :py:class:`AmplifyBackend.Client.exceptions.NotFoundException`

  
  *   :py:class:`AmplifyBackend.Client.exceptions.GatewayTimeoutException`

  
  *   :py:class:`AmplifyBackend.Client.exceptions.TooManyRequestsException`

  
  *   :py:class:`AmplifyBackend.Client.exceptions.BadRequestException`

  