Database

class Database : KotlinCustomResource

Resource Type definition for AWS::Lightsail::Database

Properties

Link copied to clipboard
val availabilityZone: Output<String>?

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

Link copied to clipboard
val backupRetention: Output<Boolean>?

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: Output<String>

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
val id: Output<String>
Link copied to clipboard

The name of the database to create when the Lightsail database resource is created. For MySQL, if this parameter isn't specified, no database is created in the database resource. For PostgreSQL, if this parameter isn't specified, a database named postgres is created in the database resource.

Link copied to clipboard
val masterUsername: Output<String>

The name for the master user.

Link copied to clipboard

The password for the master user. The password can include any printable ASCII character except "/", """, or "@". It cannot contain spaces.

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 pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The blueprint ID for your new database. A blueprint describes the major engine version of a 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

Update one or more parameters of the relational database.

Link copied to clipboard

When true, the master user password is changed to a new strong password generated by Lightsail. Use the get relational database master user password operation to get the new password.

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

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

Link copied to clipboard
val urn: Output<String>