Class: Aws::CleanRooms::Types::PopulateIdMappingTableInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#id_mapping_table_identifierString

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

Returns:

  • (String)


7033
7034
7035
7036
7037
7038
7039
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7033

class PopulateIdMappingTableInput < Struct.new(
  :id_mapping_table_identifier,
  :membership_identifier,
  :job_type)
  SENSITIVE = []
  include Aws::Structure
end

#job_typeString

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.

Returns:

  • (String)


7033
7034
7035
7036
7037
7038
7039
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7033

class PopulateIdMappingTableInput < Struct.new(
  :id_mapping_table_identifier,
  :membership_identifier,
  :job_type)
  SENSITIVE = []
  include Aws::Structure
end

#membership_identifierString

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

Returns:

  • (String)


7033
7034
7035
7036
7037
7038
7039
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7033

class PopulateIdMappingTableInput < Struct.new(
  :id_mapping_table_identifier,
  :membership_identifier,
  :job_type)
  SENSITIVE = []
  include Aws::Structure
end