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

*****************************************
update_failback_replication_configuration
*****************************************



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

  

  Allows you to update the failback replication configuration of a Recovery Instance by ID.

  

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


  **Request Syntax**
  ::

    response = client.update_failback_replication_configuration(
        bandwidthThrottling=123,
        name='string',
        recoveryInstanceID='string',
        usePrivateIP=True|False
    )
    
  :type bandwidthThrottling: integer
  :param bandwidthThrottling: 

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

    

  
  :type name: string
  :param name: 

    The name of the Failback Replication Configuration.

    

  
  :type recoveryInstanceID: string
  :param recoveryInstanceID: **[REQUIRED]** 

    The ID of the Recovery Instance.

    

  
  :type usePrivateIP: boolean
  :param usePrivateIP: 

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

    

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

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

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

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

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

  