Defines whether or not backups are disabled.
Optional
encryption?: EncryptionAtRestEncryption at rest settings for your Database Instance.
Database engine of the Database Instance (PostgreSQL, MySQL, ...).
Optional
initEndpoints?: RDB.v1.EndpointSpec[]One or multiple EndpointSpec used to expose your Database Instance. A load_balancer public endpoint is systematically created.
Optional
initSettings?: RDB.v1.InstanceSetting[]List of engine settings to be set upon Database Instance initialization.
Defines whether or not High-Availability is enabled.
Optional
name?: stringName of the Database Instance.
Type of node to use for the Database Instance.
Optional
organizationId?: stringPassword of the user. Password must be between 8 and 128 characters, contain at least one digit, one uppercase, one lowercase and one special character.
Optional
projectId?: stringThe Project ID on which the Database Instance will be created.
One-of ('projectIdentifier'): at most one of 'projectId', 'organizationId' could be set.
Optional
region?: RegionRegion to target. If none is passed will use default region from the config.
Optional
tags?: string[]Tags to apply to the Database Instance.
Username created when the Database Instance is created.
Volume size when volume_type is not lssd.
Optional
volumeType?: RDB.v1.VolumeTypeType of volume where data is stored (lssd, bssd, ...).
Defines whether to or not to store logical backups in the same region as the Database Instance.