Alloy Db Settings Args
data class AlloyDbSettingsArgs(val encryptionConfig: Output<EncryptionConfigArgs>? = null, val initialUser: Output<UserPasswordArgs>, val labels: Output<Map<String, String>>? = null, val primaryInstanceSettings: Output<PrimaryInstanceSettingsArgs>? = null, val vpcNetwork: Output<String>) : ConvertibleToJava<AlloyDbSettingsArgs>
Settings for creating an AlloyDB cluster.
Constructors
Link copied to clipboard
constructor(encryptionConfig: Output<EncryptionConfigArgs>? = null, initialUser: Output<UserPasswordArgs>, labels: Output<Map<String, String>>? = null, primaryInstanceSettings: Output<PrimaryInstanceSettingsArgs>? = null, vpcNetwork: Output<String>)
Properties
Link copied to clipboard
Optional. The encryption config can be specified to encrypt the data disks and other persistent data resources of a cluster with a customer-managed encryption key (CMEK). When this field is not specified, the cluster will then use default encryption scheme to protect the user data.
Link copied to clipboard
Input only. Initial user to setup during cluster creation. Required.
Link copied to clipboard
Link copied to clipboard
The resource link for the VPC network in which cluster resources are created and from which they are accessible via Private IP. The network must belong to the same project as the cluster. It is specified in the form: "projects/{project_number}/global/networks/{network_id}". This is required to create a cluster.