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

PendingModifiedRelationalDatabaseValues

import type { PendingModifiedRelationalDatabaseValues } from "https://aws-api.deno.dev/v0.3/services/lightsail.ts?docs=full";

Describes a pending database value modification.

interface PendingModifiedRelationalDatabaseValues {
backupRetentionEnabled?: boolean | null;
engineVersion?: string | null;
masterUserPassword?: string | null;
}

§Properties

§
backupRetentionEnabled?: boolean | null
[src]

A Boolean value indicating whether automated backup retention is enabled.

§
engineVersion?: string | null
[src]

The database engine version.

§
masterUserPassword?: string | null
[src]

The password for the master user of the database.