MapperSourceConnectionsInfoArgs

data class MapperSourceConnectionsInfoArgs(val connection: Output<MapperConnectionArgs>? = null, val sourceEntities: Output<List<MapperTableArgs>>? = null) : ConvertibleToJava<MapperSourceConnectionsInfoArgs>

A object which contains list of tables and connection details for a source connection.

Constructors

Link copied to clipboard
constructor(connection: Output<MapperConnectionArgs>? = null, sourceEntities: Output<List<MapperTableArgs>>? = null)

Properties

Link copied to clipboard
val connection: Output<MapperConnectionArgs>? = null

Source connection details.

Link copied to clipboard
val sourceEntities: Output<List<MapperTableArgs>>? = null

List of source tables for a source connection.

Functions

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