CleanRoomsService / Client / populate_id_mapping_table
populate_id_mapping_table#
- CleanRoomsService.Client.populate_id_mapping_table(**kwargs)#
- Defines the information that’s necessary to populate an ID mapping table. - See also: AWS API Documentation - Request Syntax- response = client.populate_id_mapping_table( idMappingTableIdentifier='string', membershipIdentifier='string' ) - Parameters:
- idMappingTableIdentifier (string) – - [REQUIRED] - The unique identifier of the ID mapping table that you want to populate. 
- membershipIdentifier (string) – - [REQUIRED] - The unique identifier of the membership that contains the ID mapping table that you want to populate. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'idMappingJobId': 'string' } - Response Structure- (dict) – - idMappingJobId (string) – - The unique identifier of the mapping job that will populate the ID mapping table. 
 
 
 - Exceptions- CleanRoomsService.Client.exceptions.ConflictException
- CleanRoomsService.Client.exceptions.ResourceNotFoundException
- CleanRoomsService.Client.exceptions.InternalServerException
- CleanRoomsService.Client.exceptions.ValidationException
- CleanRoomsService.Client.exceptions.ThrottlingException
- CleanRoomsService.Client.exceptions.AccessDeniedException