class Aws::Drs::Types::UpdateFailbackReplicationConfigurationRequest

@note When making an API call, you may pass UpdateFailbackReplicationConfigurationRequest

data as a hash:

    {
      bandwidth_throttling: 1,
      name: "BoundedString",
      recovery_instance_id: "RecoveryInstanceID", # required
      use_private_ip: false,
    }

@!attribute [rw] bandwidth_throttling

Configure bandwidth throttling for the outbound data transfer rate
of the Recovery Instance in Mbps.
@return [Integer]

@!attribute [rw] name

The name of the Failback Replication Configuration.
@return [String]

@!attribute [rw] recovery_instance_id

The ID of the Recovery Instance.
@return [String]

@!attribute [rw] use_private_ip

Whether to use Private IP for the failback replication of the
Recovery Instance.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/UpdateFailbackReplicationConfigurationRequest AWS API Documentation

Constants

SENSITIVE