Values_1.VpcPeeringConnectionVpcInfoSourceDescribes a VPC in a VPC peering connection.
type nonrec t = {cidrBlock : Values_0.String_.t option;The IPv4 CIDR block for the VPC.
*)ipv6CidrBlockSet : Values_0.Ipv6CidrBlockSet.t option;The IPv6 CIDR block for the VPC.
*)cidrBlockSet : Values_0.CidrBlockSet.t option;Information about the IPv4 CIDR blocks for the VPC.
*)ownerId : Values_0.String_.t option;The ID of the Amazon Web Services account that owns the VPC.
*)peeringOptions : Values_0.VpcPeeringConnectionOptionsDescription.t option;Information about the VPC peering connection options for the accepter or requester VPC.
*)vpcId : Values_0.String_.t option;The ID of the VPC.
*)region : Values_0.String_.t option;The Region in which the VPC is located.
*)}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 * [> `Boolean of bool ]) list ])
list ]