Module Values_2.VpcClassicLinkSource

Deprecated. Describes whether a VPC is enabled for ClassicLink.

Sourcetype nonrec t = {
  1. classicLinkEnabled : Values_0.Boolean.t option;
    (*

    Indicates whether the VPC is enabled for ClassicLink.

    *)
  2. tags : Values_0.TagList.t option;
    (*

    Any tags assigned to the VPC.

    *)
  3. vpcId : Values_0.String_.t option;
    (*

    The ID of the VPC.

    *)
}
Sourceval make : ?classicLinkEnabled:??? -> ?tags:??? -> ?vpcId:??? -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t