Values_0.AssociateAnalyticsDataSetRequestSourceAssociates the specified dataset for a Amazon Connect instance with the target account. You can associate only one dataset in a single call.
type nonrec t = {instanceId : InstanceId.t;The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
*)dataSetId : DataSetId.t;The identifier of the dataset to associate with the target account.
*)targetAccountId : AWSAccountId.t option;The identifier of the target account. Use to associate a dataset to a different account than the one containing the Amazon Connect instance. If not specified, by default this value is the Amazon Web Services account that has the Amazon Connect instance.
*)}val make :
?targetAccountId:??? ->
instanceId:InstanceId.t ->
dataSetId:DataSetId.t ->
unit ->
t