Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GetFailbackReplicationConfigurationResponse

import type { GetFailbackReplicationConfigurationResponse } from "https://aws-api.deno.dev/v0.4/services/drs.ts?docs=full";
interface GetFailbackReplicationConfigurationResponse {
bandwidthThrottling?: number | null;
name?: string | null;
recoveryInstanceID: string;
usePrivateIP?: boolean | null;
}

§Properties

§
bandwidthThrottling?: number | null
[src]

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

§
name?: string | null
[src]

The name of the Failback Replication Configuration.

§
recoveryInstanceID: string
[src]

The ID of the Recovery Instance.

§
usePrivateIP?: boolean | null
[src]

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