Connection Profile Postgresql
data class ConnectionProfilePostgresql(val cloudSqlId: String? = null, val host: String, val networkArchitecture: String? = null, val password: String, val passwordSet: Boolean? = null, val port: Int, val ssl: ConnectionProfilePostgresqlSsl? = null, val username: String)
Constructors
Link copied to clipboard
fun ConnectionProfilePostgresql(cloudSqlId: String? = null, host: String, networkArchitecture: String? = null, password: String, passwordSet: Boolean? = null, port: Int, ssl: ConnectionProfilePostgresqlSsl? = null, username: String)
Types
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.