Package-level declarations
Types
An AlloyDB Backup. To get more information about Backup, see:
Builder for BackupArgs.
Builder for Backup.
A managed alloydb cluster. To get more information about Cluster, see:
Builder for ClusterArgs.
Builder for Cluster.
Instance can be imported using any of these accepted formats* projects/{{project}}/locations/{{location}}/clusters/{{cluster}}/instances/{{instance_id}} * {{project}}/{{location}}/{{cluster}}/{{instance_id}} * {{location}}/{{cluster}}/{{instance_id}} In Terraform v1.5.0 and later, use an import block to import Instance using one of the formats above. For exampletf import { id = "projects/{{project}}/locations/{{location}}/clusters/{{cluster}}/instances/{{instance_id}}" to = google_alloydb_instance.default }
Instance can be imported using any of these accepted formats* projects/{{project}}/locations/{{location}}/clusters/{{cluster}}/instances/{{instance_id}} * {{project}}/{{location}}/{{cluster}}/{{instance_id}} * {{location}}/{{cluster}}/{{instance_id}} In Terraform v1.5.0 and later, use an import block to import Instance using one of the formats above. For exampletf import { id = "projects/{{project}}/locations/{{location}}/clusters/{{cluster}}/instances/{{instance_id}}" to = google_alloydb_instance.default }
Builder for InstanceArgs.
Builder for Instance.
A database user in an AlloyDB cluster. To get more information about User, see:
Builder for UserArgs.
Builder for User.