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

RelationalDatabaseHardware

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

Describes the hardware of a database.

interface RelationalDatabaseHardware {
cpuCount?: number | null;
diskSizeInGb?: number | null;
ramSizeInGb?: number | null;
}

§Properties

§
cpuCount?: number | null
[src]

The number of vCPUs for the database.

§
diskSizeInGb?: number | null
[src]

The size of the disk for the database.

§
ramSizeInGb?: number | null
[src]

The amount of RAM in GB for the database.