ConnectionProfileAlloydbSettingsArgs

data class ConnectionProfileAlloydbSettingsArgs(val initialUser: Output<ConnectionProfileAlloydbSettingsInitialUserArgs>, val labels: Output<Map<String, String>>? = null, val primaryInstanceSettings: Output<ConnectionProfileAlloydbSettingsPrimaryInstanceSettingsArgs>? = null, val vpcNetwork: Output<String>) : ConvertibleToJava<ConnectionProfileAlloydbSettingsArgs>

Constructors

Link copied to clipboard
constructor(initialUser: Output<ConnectionProfileAlloydbSettingsInitialUserArgs>, labels: Output<Map<String, String>>? = null, primaryInstanceSettings: Output<ConnectionProfileAlloydbSettingsPrimaryInstanceSettingsArgs>? = null, vpcNetwork: Output<String>)

Properties

Link copied to clipboard

Required. Input only. Initial user to setup during cluster creation. Structure is documented below.

Link copied to clipboard
val labels: Output<Map<String, String>>? = null

Labels for the AlloyDB cluster created by DMS.

Link copied to clipboard

Settings for the cluster's primary instance Structure is documented below.

Link copied to clipboard
val vpcNetwork: Output<String>

Required. 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.

Functions

Link copied to clipboard
open override fun toJava(): ConnectionProfileAlloydbSettingsArgs