Module Values.CustomerProfilesIntegrationConfigSource

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.

Sourcetype nonrec t = {
  1. domainArn : CustomerProfilesDomainArn.t;
    (*

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

    *)
  2. objectTypeArn : CustomerProfilesObjectTypeArn.t;
    (*

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

    *)
}
Sourceval context_ : string
Sourceval make : domainArn:CustomerProfilesDomainArn.t -> objectTypeArn:CustomerProfilesObjectTypeArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of CustomerProfilesDomainArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t