ConnectionProfileOracleProfileArgs

data class ConnectionProfileOracleProfileArgs(val connectionAttributes: Output<Map<String, String>>? = null, val databaseService: Output<String>, val hostname: Output<String>, val password: Output<String>, val port: Output<Int>? = null, val username: Output<String>) : ConvertibleToJava<ConnectionProfileOracleProfileArgs>

Constructors

Link copied to clipboard
constructor(connectionAttributes: Output<Map<String, String>>? = null, databaseService: Output<String>, hostname: Output<String>, password: Output<String>, port: Output<Int>? = null, username: Output<String>)

Properties

Link copied to clipboard
val connectionAttributes: Output<Map<String, String>>? = null

Connection string attributes

Link copied to clipboard
val databaseService: Output<String>

Database for the Oracle connection.

Link copied to clipboard
val hostname: Output<String>

Hostname for the Oracle connection.

Link copied to clipboard
val password: Output<String>

Password for the Oracle connection. Note: This property is sensitive and will not be displayed in the plan.

Link copied to clipboard
val port: Output<Int>? = null

Port for the Oracle connection.

Link copied to clipboard
val username: Output<String>

Username for the Oracle connection.

Functions

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