Values_2.VpcPeeringConnectionSourceDescribes a VPC peering connection.
type nonrec t = {accepterVpcInfo : Values_1.VpcPeeringConnectionVpcInfo.t option;Information about the accepter VPC. CIDR block information is only returned when describing an active VPC peering connection.
*)expirationTime : Values_0.DateTime.t option;The time that an unaccepted VPC peering connection will expire.
*)requesterVpcInfo : Values_1.VpcPeeringConnectionVpcInfo.t option;Information about the requester VPC. CIDR block information is only returned when describing an active VPC peering connection.
*)status : Values_1.VpcPeeringConnectionStateReason.t option;The status of the VPC peering connection.
*)vpcPeeringConnectionId : Values_0.String_.t option;The ID of the VPC peering connection.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_0.String_.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_0.String_.t
| `Structure of (string * [> `Boolean of bool ]) list ])
list
| `Timestamp of Values_0.DateTime.t ])
list ]