:doc:`drs <../../drs>` / Client / get_failback_replication_configuration

**************************************
get_failback_replication_configuration
**************************************



.. py:method:: drs.Client.get_failback_replication_configuration(**kwargs)

  

  Lists all Failback ReplicationConfigurations, filtered by Recovery Instance ID.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/GetFailbackReplicationConfiguration>`_  


  **Request Syntax**
  ::

    response = client.get_failback_replication_configuration(
        recoveryInstanceID='string'
    )
    
  :type recoveryInstanceID: string
  :param recoveryInstanceID: **[REQUIRED]** 

    The ID of the Recovery Instance whose failback replication configuration should be returned.

    

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

    
    ::

      {
          'bandwidthThrottling': 123,
          'name': 'string',
          'recoveryInstanceID': 'string',
          'usePrivateIP': True|False
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **bandwidthThrottling** *(integer) --* 

        Configure bandwidth throttling for the outbound data transfer rate of the Recovery Instance in Mbps.

        
      

      - **name** *(string) --* 

        The name of the Failback Replication Configuration.

        
      

      - **recoveryInstanceID** *(string) --* 

        The ID of the Recovery Instance.

        
      

      - **usePrivateIP** *(boolean) --* 

        Whether to use Private IP for the failback replication of the Recovery Instance.

        
  
  **Exceptions**
  
  *   :py:class:`drs.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`drs.Client.exceptions.InternalServerException`

  
  *   :py:class:`drs.Client.exceptions.ThrottlingException`

  
  *   :py:class:`drs.Client.exceptions.UninitializedAccountException`

  