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.4/services/docdb.ts?docs=full";

Represents the input to "RebootDBInstance".

interface RebootDBInstanceMessage {
DBInstanceIdentifier: string;
ForceFailover?: boolean | null;
}

§Properties

§
DBInstanceIdentifier: string
[src]

The 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 Multi-AZ failover.

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