com.pulumi.gcp.databasemigrationservice.kotlin.inputs.ConnectionProfileAlloydbSettingsPrimaryInstanceSettingsArgs.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-gcp-kotlin Show documentation
Show all versions of pulumi-gcp-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.gcp.databasemigrationservice.kotlin.inputs
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.gcp.databasemigrationservice.inputs.ConnectionProfileAlloydbSettingsPrimaryInstanceSettingsArgs.builder
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiNullFieldException
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.kotlin.applySuspend
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
*
* @property databaseFlags Database flags to pass to AlloyDB when DMS is creating the AlloyDB cluster and instances. See the AlloyDB documentation for how these can be used.
* @property id The database username.
* @property labels Labels for the AlloyDB primary instance created by DMS.
* @property machineConfig Configuration for the machines that host the underlying database engine.
* Structure is documented below.
* @property privateIp (Output)
* Output only. The private IP address for the Instance. This is the connection endpoint for an end-user application.
*/
public data class ConnectionProfileAlloydbSettingsPrimaryInstanceSettingsArgs(
public val databaseFlags: Output
© 2015 - 2024 Weber Informatics LLC | Privacy Policy