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

SwitchoverReadReplicaMessage

import type { SwitchoverReadReplicaMessage } from "https://aws-api.deno.dev/v0.4/services/rds.ts?docs=full";
interface SwitchoverReadReplicaMessage {
DBInstanceIdentifier: string;
}

§Properties

§
DBInstanceIdentifier: string
[src]

The DB instance identifier of the current standby database. This value is stored as a lowercase string.

Constraints:

  • Must match the identifier of an existing Oracle read replica DB instance.