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

RelationalDatabase

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

Describes a database.

interface RelationalDatabase {
arn?: string | null;
backupRetentionEnabled?: boolean | null;
caCertificateIdentifier?: string | null;
createdAt?: Date | number | null;
engine?: string | null;
engineVersion?: string | null;
hardware?: RelationalDatabaseHardware | null;
latestRestorableTime?: Date | number | null;
location?: ResourceLocation | null;
masterDatabaseName?: string | null;
masterEndpoint?: RelationalDatabaseEndpoint | null;
masterUsername?: string | null;
name?: string | null;
parameterApplyStatus?: string | null;
pendingMaintenanceActions?: PendingMaintenanceAction[] | null;
pendingModifiedValues?: PendingModifiedRelationalDatabaseValues | null;
preferredBackupWindow?: string | null;
preferredMaintenanceWindow?: string | null;
publiclyAccessible?: boolean | null;
relationalDatabaseBlueprintId?: string | null;
relationalDatabaseBundleId?: string | null;
resourceType?: ResourceType | null;
secondaryAvailabilityZone?: string | null;
state?: string | null;
supportCode?: string | null;
tags?: Tag[] | null;
}

§Properties

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) of the database.

§
backupRetentionEnabled?: boolean | null
[src]

A Boolean value indicating whether automated backup retention is enabled for the database.

§
caCertificateIdentifier?: string | null
[src]

The certificate associated with the database.

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

The timestamp when the database was created. Formatted in Unix time.

§
engine?: string | null
[src]

The database software (for example, MySQL).

§
engineVersion?: string | null
[src]

The database engine version (for example, 5.7.23).

§

Describes the hardware of the database.

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

The latest point in time to which the database can be restored. Formatted in Unix time.

§
location?: ResourceLocation | null
[src]

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

§
masterDatabaseName?: string | null
[src]

The name of the master database created when the Lightsail database resource is created.

§
masterEndpoint?: RelationalDatabaseEndpoint | null
[src]

The master endpoint for the database.

§
masterUsername?: string | null
[src]

The master user name of the database.

§
name?: string | null
[src]

The unique name of the database resource in Lightsail.

§
parameterApplyStatus?: string | null
[src]

The status of parameter updates for the database.

§
pendingMaintenanceActions?: PendingMaintenanceAction[] | null
[src]

Describes the pending maintenance actions for the database.

§
pendingModifiedValues?: PendingModifiedRelationalDatabaseValues | null
[src]

Describes pending database value modifications.

§
preferredBackupWindow?: string | null
[src]

The daily time range during which automated backups are created for the database (for example, 16:00-16:30).

§
preferredMaintenanceWindow?: string | null
[src]

The weekly time range during which system maintenance can occur on the database.

In the format ddd:hh24:mi-ddd:hh24:mi. For example, Tue:17:00-Tue:17:30.

§
publiclyAccessible?: boolean | null
[src]

A Boolean value indicating whether the database is publicly accessible.

§
relationalDatabaseBlueprintId?: string | null
[src]

The blueprint ID for the database. A blueprint describes the major engine version of a database.

§
relationalDatabaseBundleId?: string | null
[src]

The bundle ID for the database. A bundle describes the performance specifications for your database.

§
resourceType?: ResourceType | null
[src]

The Lightsail resource type for the database (for example, RelationalDatabase).

§
secondaryAvailabilityZone?: string | null
[src]

Describes the secondary Availability Zone of a high availability database.

The secondary database is used for failover support of a high availability database.

§
state?: string | null
[src]

Describes the current state of the database.

§
supportCode?: string | null
[src]

The support code for the database. Include this code in your email to support when you have questions about a database 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.