Module Values.CreateVpcLinkRequestSource

Creates a VPC link

Sourcetype nonrec t = {
  1. name : StringWithLengthBetween1And128.t;
    (*

    The name of the VPC link.

    *)
  2. securityGroupIds : SecurityGroupIdList.t option;
    (*

    A list of security group IDs for the VPC link.

    *)
  3. subnetIds : SubnetIdList.t;
    (*

    A list of subnet IDs to include in the VPC link.

    *)
  4. tags : Tags.t option;
    (*

    A list of tags.

    *)
}
Sourceval context_ : string
Sourceval make : ?securityGroupIds:??? -> ?tags:??? -> name:StringWithLengthBetween1And128.t -> subnetIds:SubnetIdList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of string ] list | `Map of ([> `String of string ] * [> `String of StringWithLengthBetween1And1600.t ]) list | `String of StringWithLengthBetween1And128.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