RelationalDatabaseSnapshot

Describes a database snapshot.

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 snapshot.

Link copied to clipboard

The timestamp when the database snapshot was created.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
val name: String?

The name of the database snapshot.

Link copied to clipboard

The Lightsail resource type.

Link copied to clipboard

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

Link copied to clipboard

The state of the database snapshot.

Link copied to clipboard

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.

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