ConnectionProfileAlloydbArgs

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

Constructors

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

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.

Functions

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