Values.CustomerProfilesIntegrationConfigSourceSpecifies 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.
type nonrec t = {domainArn : CustomerProfilesDomainArn.t;The Amazon Resource Name (ARN) of the Customer Profiles domain where the matched output will be sent.
*)objectTypeArn : CustomerProfilesObjectTypeArn.t;The Amazon Resource Name (ARN) of the Customer Profiles object type that defines the structure for the matched customer data.
*)}val make :
domainArn:CustomerProfilesDomainArn.t ->
objectTypeArn:CustomerProfilesObjectTypeArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of CustomerProfilesDomainArn.t ]) list ]