Values.CampaignSourceAn Amazon Connect campaign.
type nonrec t = {id : CampaignId.t option;arn : CampaignArn.t option;name : CampaignName.t option;connectInstanceId : InstanceId.t option;dialerConfig : DialerConfig.t option;outboundCallConfig : OutboundCallConfig.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of CampaignId.t
| `Structure of
(string
* [> `String of ContactFlowId.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Double of BandwidthAllocation.t ])
list ])
list ])
list ]