Values_2.VpcSourceDescribes a VPC.
type nonrec t = {ownerId : Values_0.String_.t option;The ID of the Amazon Web Services account that owns the VPC.
*)instanceTenancy : Values_0.Tenancy.t option;The allowed tenancy of instances launched into the VPC.
*)ipv6CidrBlockAssociationSet : Values_1.VpcIpv6CidrBlockAssociationSet.t option;Information about the IPv6 CIDR blocks associated with the VPC.
*)cidrBlockAssociationSet : Values_1.VpcCidrBlockAssociationSet.t option;Information about the IPv4 CIDR blocks associated with the VPC.
*)isDefault : Values_0.Boolean.t option;Indicates whether the VPC is the default VPC.
*)encryptionControl : Values_1.VpcEncryptionControl.t option;blockPublicAccessStates : Values_1.BlockPublicAccessStates.t option;The state of VPC Block Public Access (BPA).
*)vpcId : Values_0.String_.t option;The ID of the VPC.
*)state : Values_1.VpcState.t option;The current state of the VPC.
*)cidrBlock : Values_0.String_.t option;The primary IPv4 CIDR block for the VPC.
*)dhcpOptionsId : Values_0.String_.t option;The ID of the set of DHCP options you've associated with the VPC.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `String of string
| `Structure of
(string * [> `Enum of string | `String of string ]) list ])
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.VpcId.t
| `Structure of
(string
* [> `Structure of
(string * [> `Enum of string | `String of string ])
list ])
list ])
list ])
list ]