Mapper Source Connections Info Args
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)