MapperTargetConnectionsInfoArgs

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)

Properties

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

Source connection details.

Link copied to clipboard

List of table mappings.

Link copied to clipboard
val relationships: Output<List<Any>>? = null

List of relationship info among the tables.

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

List of source tables for a target connection.

Functions

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