Alloy Db Connection Profile Args
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)