GetDatabaseResult

data class GetDatabaseResult(val backupRetention: Boolean? = null, val caCertificateIdentifier: String? = null, val databaseArn: String? = null, val preferredBackupWindow: String? = null, val preferredMaintenanceWindow: String? = null, val publiclyAccessible: Boolean? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(backupRetention: Boolean? = null, caCertificateIdentifier: String? = null, databaseArn: String? = null, preferredBackupWindow: String? = null, preferredMaintenanceWindow: String? = null, publiclyAccessible: Boolean? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

When true, enables automated backup retention for your database. Updates are applied during the next maintenance window because this can result in an outage.

Link copied to clipboard

Indicates the certificate that needs to be associated with the database.

Link copied to clipboard
val databaseArn: String? = null

The Amazon Resource Name (ARN) of the database (for example, arn:aws:lightsail:us-east-2:123456789101:RelationalDatabase/244ad76f-8aad-4741-809f-12345EXAMPLE ).

Link copied to clipboard

The daily time range during which automated backups are created for your new database if automated backups are enabled.

Link copied to clipboard

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

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
val tags: List<Tag>? = null

An array of key-value pairs to apply to this resource.