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

PromoteReadReplicaMessage

import type { PromoteReadReplicaMessage } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/rds.ts";
interface PromoteReadReplicaMessage {
BackupRetentionPeriod?: number | null;
DBInstanceIdentifier: string;
PreferredBackupWindow?: string | null;
}

§Properties

§
BackupRetentionPeriod?: number | null
[src]
§
DBInstanceIdentifier: string
[src]
§
PreferredBackupWindow?: string | null
[src]