Values.AwsEc2VpcDetailsSourceDetails about an EC2 VPC.
type nonrec t = {cidrBlockAssociationSet : CidrBlockAssociationList.t option;Information about the IPv4 CIDR blocks associated with the VPC.
*)ipv6CidrBlockAssociationSet : Ipv6CidrBlockAssociationList.t option;Information about the IPv6 CIDR blocks associated with the VPC.
*)dhcpOptionsId : NonEmptyString.t option;The identifier of the set of Dynamic Host Configuration Protocol (DHCP) options that are associated with the VPC. If the default options are associated with the VPC, then this is default.
*)state : NonEmptyString.t option;The current state of the VPC. Valid values are available or pending.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of NonEmptyString.t ]) list ]
list
| `String of NonEmptyString.t ])
list ]