Properties with all data needed to create a new MariaDB cluster.
mariadb_version
MariadbVersion
instances
int
The total number of instances in the cluster (one primary and n-1 secondary).
cores
The number of CPU cores per instance.
ram
The amount of memory per instance in gigabytes (GB).
storage_size
The amount of storage per instance in gigabytes (GB).
connections
list[Connection]
The network connection for your cluster. Only one connection is allowed.
display_name
str
The friendly name of your cluster.
maintenance_window
MaintenanceWindow
[optional]
credentials
DBUser
Last updated 1 year ago