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

OrderableDBInstanceOption

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

The options that are available for an instance.

interface OrderableDBInstanceOption {
AvailabilityZones: AvailabilityZone[];
DBInstanceClass?: string | null;
Engine?: string | null;
EngineVersion?: string | null;
LicenseModel?: string | null;
Vpc?: boolean | null;
}

§Properties

§
AvailabilityZones: AvailabilityZone[]
[src]

A list of Availability Zones for an instance.

§
DBInstanceClass?: string | null
[src]

The instance class for an instance.

§
Engine?: string | null
[src]

The engine type of an instance.

§
EngineVersion?: string | null
[src]

The engine version of an instance.

§
LicenseModel?: string | null
[src]

The license model for an instance.

§
Vpc?: boolean | null
[src]

Indicates whether an instance is in a virtual private cloud (VPC).