ConnectionProfileAlloydbArgs

data class ConnectionProfileAlloydbArgs(val clusterId: Output<String>, val settings: Output<ConnectionProfileAlloydbSettingsArgs>? = null) : ConvertibleToJava<ConnectionProfileAlloydbArgs>

Constructors

Link copied to clipboard
fun ConnectionProfileAlloydbArgs(clusterId: Output<String>, settings: Output<ConnectionProfileAlloydbSettingsArgs>? = null)

Functions

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

Properties

Link copied to clipboard
val clusterId: Output<String>

Required. The AlloyDB cluster ID that this connection profile is associated with.

Link copied to clipboard

Immutable. Metadata used to create the destination AlloyDB cluster. Structure is documented below.