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

GetRelationalDatabaseMasterUserPasswordRequest

import type { GetRelationalDatabaseMasterUserPasswordRequest } from "https://aws-api.deno.dev/v0.3/services/lightsail.ts?docs=full";
interface GetRelationalDatabaseMasterUserPasswordRequest {
passwordVersion?: RelationalDatabasePasswordVersion | null;
relationalDatabaseName: string;
}

§Properties

§

The password version to return.

Specifying CURRENT or PREVIOUS returns the current or previous passwords respectively. Specifying PENDING returns the newest version of the password that will rotate to CURRENT. After the PENDING password rotates to CURRENT, the PENDING password is no longer available.

Default: CURRENT

§
relationalDatabaseName: string
[src]

The name of your database for which to get the master user password.