AlloyDbConnectionProfileArgs

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

Specifies required connection parameters, and the parameters required to create an AlloyDB destination cluster.

Constructors

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

Functions

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

Properties

Link copied to clipboard
val clusterId: Output<String>

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

Link copied to clipboard
val settings: Output<AlloyDbSettingsArgs>? = null

Immutable. Metadata used to create the destination AlloyDB cluster.