Module ApiGatewayV2.VpcLink

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-vpclink.html

type properties = {
  1. subnet_ids : string list;
  2. security_group_ids : string list option;
  3. tags : string Stdlib__Map.Make(Stdlib.String).t option;
  4. name : string;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-vpclink.html;

val make_properties : subnet_ids:string list -> ?security_group_ids:string list -> ?tags:string Stdlib__Map.Make(Stdlib.String).t -> name:string -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string