Postgre Sql Connection Profile Args
data class PostgreSqlConnectionProfileArgs(val cloudSqlId: Output<String>? = null, val host: Output<String>, val password: Output<String>, val port: Output<Int>, val privateServiceConnectConnectivity: Output<PrivateServiceConnectConnectivityArgs>? = null, val ssl: Output<SslConfigArgs>? = null, val staticIpConnectivity: Output<StaticIpConnectivityArgs>? = null, val username: Output<String>) : ConvertibleToJava<PostgreSqlConnectionProfileArgs>
Specifies connection parameters required specifically for PostgreSQL databases.
Constructors
Link copied to clipboard
constructor(cloudSqlId: Output<String>? = null, host: Output<String>, password: Output<String>, port: Output<Int>, privateServiceConnectConnectivity: Output<PrivateServiceConnectConnectivityArgs>? = null, ssl: Output<SslConfigArgs>? = null, staticIpConnectivity: Output<StaticIpConnectivityArgs>? = null, username: Output<String>)
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
Private service connect connectivity.
Link copied to clipboard
SSL configuration for the destination to connect to the source database.
Link copied to clipboard
Static ip connectivity data (default, no additional details needed).