OracleConnectionProfileArgs

data class OracleConnectionProfileArgs(val databaseService: Output<String>, val forwardSshConnectivity: Output<ForwardSshTunnelConnectivityArgs>? = null, val host: Output<String>, val password: Output<String>, val port: Output<Int>, val privateConnectivity: Output<PrivateConnectivityArgs>? = null, val staticServiceIpConnectivity: Output<StaticServiceIpConnectivityArgs>? = null, val username: Output<String>) : ConvertibleToJava<OracleConnectionProfileArgs>

Specifies connection parameters required specifically for Oracle databases.

Constructors

Link copied to clipboard
fun OracleConnectionProfileArgs(databaseService: Output<String>, forwardSshConnectivity: Output<ForwardSshTunnelConnectivityArgs>? = null, host: Output<String>, password: Output<String>, port: Output<Int>, privateConnectivity: Output<PrivateConnectivityArgs>? = null, staticServiceIpConnectivity: Output<StaticServiceIpConnectivityArgs>? = null, username: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): OracleConnectionProfileArgs

Properties

Link copied to clipboard
val databaseService: Output<String>

Database service for the Oracle connection.

Link copied to clipboard

Forward SSH tunnel connectivity.

Link copied to clipboard
val host: Output<String>

The IP or hostname of the source Oracle database.

Link copied to clipboard
val password: Output<String>

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.

Link copied to clipboard
val port: Output<Int>

The network port of the source Oracle database.

Link copied to clipboard

Private connectivity.

Link copied to clipboard

Static Service IP connectivity.

Link copied to clipboard
val username: Output<String>

The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.