Values.AttachPointSourceIdentifies an attach point to use with a Connection.
type nonrec t = {directConnectGateway : DirectConnectGatewayAttachPoint.t option;Identifies an DirectConnect Gateway attach point by DirectConnectGatewayID.
*)arn : AmazonResourceName.t option;Identifies an attach point by full ARN.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of DirectConnectGatewayAttachPoint.t ]) list ]