OracleConnectionInfoArgs

constructor(authentication: Output<Either<String, AuthenticationType>>? = null, dataSource: Output<String>, password: Output<String>? = null, port: Output<Int>? = null, serverName: Output<String>? = null, serverVersion: Output<String>? = null, type: Output<String>, userName: Output<String>? = null)