Mapper Target Connections Info Args
data class MapperTargetConnectionsInfoArgs(val connection: Output<MapperConnectionArgs>? = null, val dataMapperMappings: Output<List<DataMapperMappingArgs>>? = null, val relationships: Output<List<Any>>? = null, val targetEntities: Output<List<MapperTableArgs>>? = null) : ConvertibleToJava<MapperTargetConnectionsInfoArgs>
A object which contains list of tables and connection details for a target connection.
Constructors
Link copied to clipboard
constructor(connection: Output<MapperConnectionArgs>? = null, dataMapperMappings: Output<List<DataMapperMappingArgs>>? = null, relationships: Output<List<Any>>? = null, targetEntities: Output<List<MapperTableArgs>>? = null)