Oracle Connection Info Args
data class OracleConnectionInfoArgs(val authentication: Output<Either<String, AuthenticationType>>? = null, val dataSource: Output<String>, val password: Output<String>? = null, val port: Output<Int>? = null, val serverName: Output<String>? = null, val serverVersion: Output<String>? = null, val type: Output<String>, val userName: Output<String>? = null) : ConvertibleToJava<OracleConnectionInfoArgs>
Information for connecting to Oracle server