DataMapperMappingArgs

data class DataMapperMappingArgs(val attributeMappingInfo: Output<MapperAttributeMappingsArgs>? = null, val sourceConnectionReference: Output<MapperConnectionReferenceArgs>? = null, val sourceDenormalizeInfo: Output<Any>? = null, val sourceEntityName: Output<String>? = null, val targetEntityName: Output<String>? = null) : ConvertibleToJava<DataMapperMappingArgs>

Source and target table mapping details.

Constructors

Link copied to clipboard
constructor(attributeMappingInfo: Output<MapperAttributeMappingsArgs>? = null, sourceConnectionReference: Output<MapperConnectionReferenceArgs>? = null, sourceDenormalizeInfo: Output<Any>? = null, sourceEntityName: Output<String>? = null, targetEntityName: Output<String>? = null)

Properties

Link copied to clipboard

This holds the user provided attribute mapping information.

Link copied to clipboard

The connection reference for the source connection.

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

This holds the source denormalization information used while joining multiple sources.

Link copied to clipboard
val sourceEntityName: Output<String>? = null

Name of the source table

Link copied to clipboard
val targetEntityName: Output<String>? = null

Name of the target table

Functions

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