Values.CreateVpcLinkInputSourceRepresents the input parameters for a CreateVpcLink request.
type nonrec t = {name : StringWithLengthBetween1And128.t;The name of the VPC link.
*)securityGroupIds : SecurityGroupIdList.t option;A list of security group IDs for the VPC link.
*)subnetIds : SubnetIdList.t;A list of subnet IDs to include in the VPC link.
*)}val make :
?securityGroupIds:??? ->
?tags:??? ->
name:StringWithLengthBetween1And128.t ->
subnetIds:SubnetIdList.t ->
unit ->
tval 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 ]