Connection Profile Postgresql Args
data class ConnectionProfilePostgresqlArgs(val cloudSqlId: Output<String>? = null, val host: Output<String>, val networkArchitecture: Output<String>? = null, val password: Output<String>, val passwordSet: Output<Boolean>? = null, val port: Output<Int>, val ssl: Output<ConnectionProfilePostgresqlSslArgs>? = null, val username: Output<String>) : ConvertibleToJava<ConnectionProfilePostgresqlArgs>
Constructors
Link copied to clipboard
fun ConnectionProfilePostgresqlArgs(cloudSqlId: Output<String>? = null, host: Output<String>, networkArchitecture: Output<String>? = null, password: Output<String>, passwordSet: Output<Boolean>? = null, port: Output<Int>, ssl: Output<ConnectionProfilePostgresqlSslArgs>? = null, username: Output<String>)
Functions
Properties
Link copied to clipboard
Required. Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service. Note: This property is sensitive and will not be displayed in the plan.