Values_3.TransitGatewayClientVpnAttachmentSourceDescribes a Transit Gateway attachment for a Client VPN endpoint.
type nonrec t = {transitGatewayAttachmentId : Values_0.TransitGatewayAttachmentId.t option;The ID of the Transit Gateway attachment.
*)transitGatewayId : Values_1.TransitGatewayId.t option;The ID of the Transit Gateway.
*)clientVpnEndpointId : Values_2.ClientVpnEndpointId.t option;The ID of the Client VPN endpoint.
*)clientVpnOwnerId : Values_0.String_.t option;The ID of the Amazon Web Services account that owns the Client VPN endpoint.
*)state : Values_2.TransitGatewayAttachmentStatusType.t option;The state of the Transit Gateway attachment.
*)creationTime : Values_0.String_.t option;The date and time the Transit Gateway attachment was created.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_0.TransitGatewayAttachmentId.t ])
list ]