RelationalDatabase

Describes a database.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the database.

Link copied to clipboard

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

Link copied to clipboard

The certificate associated with the database.

Link copied to clipboard

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

Link copied to clipboard

The database software (for example, MySQL).

Link copied to clipboard

The database engine version (for example, 5.7.23).

Link copied to clipboard

Describes the hardware of the database.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The master endpoint for the database.

Link copied to clipboard

The master user name of the database.

Link copied to clipboard
val name: String?

The unique name of the database resource in Lightsail.

Link copied to clipboard

The status of parameter updates for the database.

Link copied to clipboard

Describes the pending maintenance actions for the database.

Link copied to clipboard

Describes pending database value modifications.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

A Boolean value indicating whether the database is publicly accessible.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Describes the secondary Availability Zone of a high availability database.

Link copied to clipboard

Describes the current state of the database.

Link copied to clipboard

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.

Link copied to clipboard
val tags: List<Tag>?

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String