Mapper Attribute Mappings Args
    data class MapperAttributeMappingsArgs(val attributeMappings: Output<List<MapperAttributeMappingArgs>>? = null) : ConvertibleToJava<MapperAttributeMappingsArgs> 
Attribute mapping details.
Constructors
Link copied to clipboard
                fun MapperAttributeMappingsArgs(attributeMappings: Output<List<MapperAttributeMappingArgs>>? = null)