v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14100708545.5 KB

Defines the information that's necessary to populate an ID mapping table.

post/memberships/{membershipIdentifier}/idmappingtables/{idMappingTableIdentifier}/populate

Path parameters

idMappingTableIdentifierstring required

The unique identifier of the ID mapping table that you want to populate.

membershipIdentifierstring required

The unique identifier of the membership that contains the ID mapping table that you want to populate.

Request body

jobType'BATCH' | 'INCREMENTAL' | 'DELETE_ONLY'
<p>The job type of the rule-based ID mapping job. Valid values include:</p> <p> <code>INCREMENTAL</code>: Processes only new or changed data since the last job run. This is the default job type if the ID mapping workflow was created in Entity Resolution with <code>incrementalRunConfig</code> specified.</p> <p> <code>BATCH</code>: Processes all data from the input source, regardless of previous job runs. This is the default job type if the ID mapping workflow was created in Entity Resolution but <code>incrementalRunConfig</code> wasn't specified.</p> <p> <code>DELETE_ONLY</code>: Processes only deletion requests from <code>BatchDeleteUniqueId</code>, which is set in Entity Resolution.</p> <p>For more information about <code>incrementalRunConfig</code> and <code>BatchDeleteUniqueId</code>, see the <a href="https://docs.aws.amazon.com/entityresolution/latest/apireference/Welcome.html">Entity Resolution API Reference</a>.</p>

Response

Success

idMappingJobIdstring required

The unique identifier of the mapping job that will populate the ID mapping table.