Values_0.CreateTrafficDistributionGroupRequestSourceCreates a traffic distribution group given an Amazon Connect instance that has been replicated. The SignInConfig distribution is available only on a default TrafficDistributionGroup (see the IsDefault parameter in the TrafficDistributionGroup data type). If you call UpdateTrafficDistribution with a modified SignInConfig and a non-default TrafficDistributionGroup, an InvalidRequestException is returned. For more information about creating traffic distribution groups, see Set up traffic distribution groups in the Amazon Connect Administrator Guide.
type nonrec t = {name : Name128.t;The name for the traffic distribution group.
*)description : Description250.t option;A description for the traffic distribution group.
*)instanceId : InstanceIdOrArn.t;The identifier of the Amazon Connect instance that has been replicated. You can find the instanceId in the ARN of the instance.
*)clientToken : ClientToken.t option;A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
*)}val make :
?description:??? ->
?clientToken:??? ->
?tags:??? ->
name:Name128.t ->
instanceId:InstanceIdOrArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of Name128.t ])
list ]