Data Mapper Mapping Args
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
This holds the source denormalization information used while joining multiple sources.
Link copied to clipboard
Name of the source table
Link copied to clipboard
Name of the target table