Values_2.VpcClassicLinkSourceDeprecated. Describes whether a VPC is enabled for ClassicLink.
type nonrec t = {classicLinkEnabled : Values_0.Boolean.t option;Indicates whether the VPC is enabled for ClassicLink.
*)vpcId : Values_0.String_.t option;The ID of the VPC.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_0.String_.t ])
list ]