get_failback_replication_configuration
(**kwargs)¶Lists all Failback ReplicationConfigurations, filtered by Recovery Instance ID.
See also: AWS API Documentation
Request Syntax
response = client.get_failback_replication_configuration(
recoveryInstanceID='string'
)
[REQUIRED]
The ID of the Recovery Instance whose failback replication configuration should be returned.
{
'bandwidthThrottling': 123,
'name': 'string',
'recoveryInstanceID': 'string',
'usePrivateIP': True|False
}
Response Structure
Configure bandwidth throttling for the outbound data transfer rate of the Recovery Instance in Mbps.
The name of the Failback Replication Configuration.
The ID of the Recovery Instance.
Whether to use Private IP for the failback replication of the Recovery Instance.
Exceptions
drs.Client.exceptions.ResourceNotFoundException
drs.Client.exceptions.InternalServerException
drs.Client.exceptions.ThrottlingException
drs.Client.exceptions.UninitializedAccountException