Values.AcceptEnvironmentAccountConnectionInputSourceIn a management account, an environment account connection request is accepted. When the environment account connection request is accepted, Proton can use the associated IAM role to provision environment infrastructure resources in the associated environment account. 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.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of EnvironmentAccountConnectionId.t ]) list ]