Mapper Connection Args
data class MapperConnectionArgs(val commonDslConnectorProperties: Output<List<MapperDslConnectorPropertiesArgs>>? = null, val isInlineDataset: Output<Boolean>? = null, val linkedService: Output<LinkedServiceReferenceArgs>? = null, val linkedServiceType: Output<String>? = null, val type: Output<Either<String, ConnectionType>>) : ConvertibleToJava<MapperConnectionArgs>
Source connection details.
Constructors
Link copied to clipboard
fun MapperConnectionArgs(commonDslConnectorProperties: Output<List<MapperDslConnectorPropertiesArgs>>? = null, isInlineDataset: Output<Boolean>? = null, linkedService: Output<LinkedServiceReferenceArgs>? = null, linkedServiceType: Output<String>? = null, type: Output<Either<String, ConnectionType>>)