Values.AwsEc2VpcPeeringConnectionVpcInfoDetailsSourceDescribes a VPC in a VPC peering connection.
type nonrec t = {cidrBlock : NonEmptyString.t option;The IPv4 CIDR block for the VPC.
*)cidrBlockSet : VpcInfoCidrBlockSetList.t option;Information about the IPv4 CIDR blocks for the VPC.
*)ipv6CidrBlockSet : VpcInfoIpv6CidrBlockSetList.t option;The IPv6 CIDR block for the VPC.
*)ownerId : NonEmptyString.t option;The ID of the Amazon Web Services account that owns the VPC.
*)peeringOptions : VpcInfoPeeringOptionsDetails.t option;Information about the VPC peering connection options for the accepter or requester VPC.
*)region : NonEmptyString.t option;The Amazon Web Services Region in which the VPC is located.
*)vpcId : NonEmptyString.t option;The ID of the VPC.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of NonEmptyString.t ]) list ]
list
| `String of NonEmptyString.t
| `Structure of (string * [> `Boolean of Boolean.t ]) list ])
list ]