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>
Properties
Link copied to clipboard
If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
Link copied to clipboard
(Output) Output only. If the source is a Cloud SQL database, this field indicates the network architecture it's associated with.
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.
Link copied to clipboard
(Output) Output only. Indicates If this connection profile password is stored.
Link copied to clipboard
SSL configuration for the destination to connect to the source database. Structure is documented below.