Class: Aws::EntityResolution::Types::CustomerProfilesIntegrationConfig

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

Overview

Specifies the configuration for integrating with Customer Profiles. This configuration enables Entity Resolution to send matched output directly to Customer Profiles instead of Amazon S3, creating a unified customer view by automatically updating customer profiles based on match clusters.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_arnString

The Amazon Resource Name (ARN) of the Customer Profiles domain where the matched output will be sent.

Returns:

  • (String)


584
585
586
587
588
589
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 584

class CustomerProfilesIntegrationConfig < Struct.new(
  :domain_arn,
  :object_type_arn)
  SENSITIVE = []
  include Aws::Structure
end

#object_type_arnString

The Amazon Resource Name (ARN) of the Customer Profiles object type that defines the structure for the matched customer data.

Returns:

  • (String)


584
585
586
587
588
589
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 584

class CustomerProfilesIntegrationConfig < Struct.new(
  :domain_arn,
  :object_type_arn)
  SENSITIVE = []
  include Aws::Structure
end