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
fun DataMapperMappingArgs(attributeMappingInfo: Output<MapperAttributeMappingsArgs>? = null, sourceConnectionReference: Output<MapperConnectionReferenceArgs>? = null, sourceDenormalizeInfo: Output<Any>? = null, sourceEntityName: Output<String>? = null, targetEntityName: Output<String>? = null)