Values_2.TransitGatewayVpcAttachmentSourceDescribes a VPC attachment.
type nonrec t = {transitGatewayAttachmentId : Values_0.String_.t option;The ID of the attachment.
*)transitGatewayId : Values_0.String_.t option;The ID of the transit gateway.
*)vpcId : Values_0.String_.t option;The ID of the VPC.
*)vpcOwnerId : Values_0.String_.t option;The ID of the Amazon Web Services account that owns the VPC.
*)state : Values_1.TransitGatewayAttachmentState.t option;The state of the VPC attachment. Note that the initiating state has been deprecated.
*)subnetIds : Values_0.ValueStringList.t option;The IDs of the subnets.
*)creationTime : Values_0.DateTime.t option;The creation time.
*)options : Values_1.TransitGatewayVpcAttachmentOptions.t option;The VPC attachment options.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `String of string
| `Structure of (string * [> `String of string ]) list ]
list
| `String of Values_0.String_.t
| `Structure of (string * [> `Enum of string ]) list
| `Timestamp of Values_0.DateTime.t ])
list ]