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

RebootDBInstanceMessage

import type { RebootDBInstanceMessage } from "https://aws-api.deno.dev/v0.3/services/neptune.ts?docs=full";
interface RebootDBInstanceMessage {
DBInstanceIdentifier: string;
ForceFailover?: boolean | null;
}

§Properties

§
DBInstanceIdentifier: string
[src]

The DB instance identifier. This parameter is stored as a lowercase string.

Constraints:

  • Must match the identifier of an existing DBInstance.
§
ForceFailover?: boolean | null
[src]

When true, the reboot is conducted through a MultiAZ failover.

Constraint: You can't specify true if the instance is not configured for MultiAZ.