CreateRelationalDatabaseFromSnapshotRequest

Types

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

Properties

Link copied to clipboard

The Availability Zone in which to create your new database. Use the us-east-2a case-sensitive format.

Link copied to clipboard

Specifies the accessibility options for your new database. A value of true specifies a database that is available to resources outside of your Lightsail account. A value of false specifies a database that is available only to your Lightsail resources in the same region as your database.

Link copied to clipboard

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

Link copied to clipboard

The name to use for your new Lightsail database resource.

Link copied to clipboard

The name of the database snapshot from which to create your new database.

Link copied to clipboard

The date and time to restore your database from.

Link copied to clipboard

The name of the source database.

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

The tag keys and optional values to add to the resource during create.

Link copied to clipboard

Specifies whether your database is restored from the latest backup time. A value of true restores from the latest backup time.

Functions

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