Creates a schema mapping, which defines the schema of the input customer records table
Source:R/entityresolution_operations.R
entityresolution_create_schema_mapping.RdCreates a schema mapping, which defines the schema of the input customer records table. The SchemaMapping also provides Entity Resolution with some metadata about the table, such as the attribute types of the columns and which columns to match on.
See https://www.paws-r-sdk.com/docs/entityresolution_create_schema_mapping/ for full documentation.
Usage
entityresolution_create_schema_mapping(
schemaName,
description = NULL,
mappedInputFields,
tags = NULL
)Arguments
- schemaName
[required] The name of the schema. There can't be multiple
SchemaMappingswith the same name.- description
A description of the schema.
- mappedInputFields
[required] A list of
MappedInputFields. EachMappedInputFieldcorresponds to a column the source data table, and contains column name plus additional information that Entity Resolution uses for matching.The tags used to organize, track, or control access for this resource.