Values.UplinkEchoConfigSourceInformation about an uplink echo Config. Parameters from the AntennaUplinkConfig, corresponding to the specified AntennaUplinkConfigArn, are used when this UplinkEchoConfig is used in a contact.
type nonrec t = {enabled : Boolean.t;Whether or not an uplink Config is enabled.
*)antennaUplinkConfigArn : ConfigArn.t;ARN of an uplink Config.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of ConfigArn.t ]) list ]