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

RdsDbInstance

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

Describes an Amazon RDS instance.

interface RdsDbInstance {
Address?: string | null;
DbInstanceIdentifier?: string | null;
DbPassword?: string | null;
DbUser?: string | null;
Engine?: string | null;
MissingOnRds?: boolean | null;
RdsDbInstanceArn?: string | null;
Region?: string | null;
StackId?: string | null;
}

§Properties

§
Address?: string | null
[src]

The instance's address.

§
DbInstanceIdentifier?: string | null
[src]

The DB instance identifier.

§
DbPassword?: string | null
[src]

AWS OpsWorks Stacks returns *****FILTERED***** instead of the actual value.

§
DbUser?: string | null
[src]

The master user name.

§
Engine?: string | null
[src]

The instance's database engine.

§
MissingOnRds?: boolean | null
[src]

Set to true if AWS OpsWorks Stacks is unable to discover the Amazon RDS instance. AWS OpsWorks Stacks attempts to discover the instance only once. If this value is set to true, you must deregister the instance, and then register it again.

§
RdsDbInstanceArn?: string | null
[src]

The instance's ARN.

§
Region?: string | null
[src]

The instance's AWS region.

§
StackId?: string | null
[src]

The ID of the stack with which the instance is registered.