Values_0.CreateUseCaseRequestSourceCreates a use case for an integration association.
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.
*)integrationAssociationId : IntegrationAssociationId.t;The identifier for the integration association.
*)useCaseType : UseCaseType.t;The type of use case to associate to the integration association. Each integration association can have only one of each use case type.
*)}val make :
?tags:??? ->
instanceId:InstanceId.t ->
integrationAssociationId:IntegrationAssociationId.t ->
useCaseType:UseCaseType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of InstanceId.t ])
list ]