ConnectionProfileOracleProfileArgs

data class ConnectionProfileOracleProfileArgs(val connectionAttributes: Output<Map<String, String>>? = null, val databaseService: Output<String>, val hostname: Output<String>, val password: Output<String>? = null, val port: Output<Int>? = null, val secretManagerStoredPassword: Output<String>? = 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>? = null, port: Output<Int>? = null, secretManagerStoredPassword: Output<String>? = 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>? = null

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 secretManagerStoredPassword: Output<String>? = null

A reference to a Secret Manager resource name storing the user's password.

Link copied to clipboard
val username: Output<String>

Username for the Oracle connection.

Functions

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