2025/09/23 - AWS Clean Rooms Service - 1 updated api methods
Changes Added support for running incremental ID mapping for rule-based workflows.
{'jobType': 'BATCH | INCREMENTAL | DELETE_ONLY'}
Defines the information that's necessary to populate an ID mapping table.
See also: AWS API Documentation
Request Syntax
client.populate_id_mapping_table( idMappingTableIdentifier='string', membershipIdentifier='string', jobType='BATCH'|'INCREMENTAL'|'DELETE_ONLY' )
string
[REQUIRED]
The unique identifier of the ID mapping table that you want to populate.
string
[REQUIRED]
The unique identifier of the membership that contains the ID mapping table that you want to populate.
string
The job type of the rule-based ID mapping job. Valid values include:
INCREMENTAL: 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 incrementalRunConfig specified.
BATCH: 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 incrementalRunConfig wasn't specified.
DELETE_ONLY: Processes only deletion requests from BatchDeleteUniqueId, which is set in Entity Resolution.
For more information about incrementalRunConfig and BatchDeleteUniqueId, see the Entity Resolution API Reference.
dict
Response Syntax
{ 'idMappingJobId': 'string' }
Response Structure
(dict) --
idMappingJobId (string) --
The unique identifier of the mapping job that will populate the ID mapping table.