Mapper Attribute Mapping Args
data class MapperAttributeMappingArgs(val attributeReference: Output<MapperAttributeReferenceArgs>? = null, val attributeReferences: Output<List<MapperAttributeReferenceArgs>>? = null, val expression: Output<String>? = null, val functionName: Output<String>? = null, val name: Output<String>? = null, val type: Output<Either<String, MappingType>>? = null) : ConvertibleToJava<MapperAttributeMappingArgs>
Source and target column mapping details.
Constructors
Link copied to clipboard
fun MapperAttributeMappingArgs(attributeReference: Output<MapperAttributeReferenceArgs>? = null, attributeReferences: Output<List<MapperAttributeReferenceArgs>>? = null, expression: Output<String>? = null, functionName: Output<String>? = null, name: Output<String>? = null, type: Output<Either<String, MappingType>>? = null)