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

RebootReplicationInstanceMessage

import type { RebootReplicationInstanceMessage } from "https://aws-api.deno.dev/v0.4/services/dms.ts?docs=full";
interface RebootReplicationInstanceMessage {
ForceFailover?: boolean | null;
ForcePlannedFailover?: boolean | null;
ReplicationInstanceArn: string;
}

§Properties

§
ForceFailover?: boolean | null
[src]

If this parameter is true, the reboot is conducted through a Multi-AZ failover. If the instance isn't configured for Multi-AZ, then you can't specify true. ( --force-planned-failover and --force-failover can't both be set to true.)

§
ForcePlannedFailover?: boolean | null
[src]

If this parameter is true, the reboot is conducted through a planned Multi-AZ failover where resources are released and cleaned up prior to conducting the failover. If the instance isn''t configured for Multi-AZ, then you can't specify true. ( --force-planned-failover and --force-failover can't both be set to true.)

§
ReplicationInstanceArn: string
[src]

The Amazon Resource Name (ARN) of the replication instance.