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

RelationalDatabaseSnapshot

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

Describes a database snapshot.

interface RelationalDatabaseSnapshot {
arn?: string | null;
createdAt?: Date | number | null;
engine?: string | null;
engineVersion?: string | null;
fromRelationalDatabaseArn?: string | null;
fromRelationalDatabaseBlueprintId?: string | null;
fromRelationalDatabaseBundleId?: string | null;
fromRelationalDatabaseName?: string | null;
location?: ResourceLocation | null;
name?: string | null;
resourceType?: ResourceType | null;
sizeInGb?: number | null;
state?: string | null;
supportCode?: string | null;
tags?: Tag[] | null;
}

§Properties

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) of the database snapshot.

§
createdAt?: Date | number | null
[src]

The timestamp when the database snapshot was created.

§
engine?: string | null
[src]

The software of the database snapshot (for example, MySQL)

§
engineVersion?: string | null
[src]

The database engine version for the database snapshot (for example, 5.7.23).

§
fromRelationalDatabaseArn?: string | null
[src]

The Amazon Resource Name (ARN) of the database from which the database snapshot was created.

§
fromRelationalDatabaseBlueprintId?: string | null
[src]

The blueprint ID of the database from which the database snapshot was created. A blueprint describes the major engine version of a database.

§
fromRelationalDatabaseBundleId?: string | null
[src]

The bundle ID of the database from which the database snapshot was created.

§
fromRelationalDatabaseName?: string | null
[src]

The name of the source database from which the database snapshot was created.

§
location?: ResourceLocation | null
[src]

The Region name and Availability Zone where the database snapshot is located.

§
name?: string | null
[src]

The name of the database snapshot.

§
resourceType?: ResourceType | null
[src]

The Lightsail resource type.

§
sizeInGb?: number | null
[src]

The size of the disk in GB (for example, 32) for the database snapshot.

§
state?: string | null
[src]

The state of the database snapshot.

§
supportCode?: string | null
[src]

The support code for the database snapshot. Include this code in your email to support when you have questions about a database snapshot in Lightsail. This code enables our support team to look up your Lightsail information more easily.

§
tags?: Tag[] | null
[src]

The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Amazon Lightsail Developer Guide.