aws.drs.get_failback_replication_configuration
Example SQL Queries
SELECT * FROMaws.drs.get_failback_replication_configurationWHERE"recovery_instance_id" = 'VALUE';Description
Lists all Failback ReplicationConfigurations, filtered by Recovery Instance ID.
Table Definition
| Column Name | Column Data Type |
|---|---|
| recovery_instance_id Required Input Column The ID of the Recovery Instance. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| bandwidth_throttling Configure bandwidth throttling for the outbound data transfer rate of the Recovery Instance in Mbps. | BIGINT |
| name The name of the Failback Replication Configuration. | VARCHAR |
| use_private_ip Whether to use Private IP for the failback replication of the Recovery Instance. | BOOLEAN |