Values.GetEnvironmentAccountConnectionInputSourceIn an environment account, get the detailed data for an environment account connection. For more information, see Environment account connections in the Proton User guide.
type nonrec t = {id : EnvironmentAccountConnectionId.t;The ID of the environment account connection that you want to get the detailed data for.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of EnvironmentAccountConnectionId.t ]) list ]