Values.VpcLinkSourceRepresents a VPC link.
type nonrec t = {createdDate : string option;The timestamp when the VPC link was created.
*)name : StringWithLengthBetween1And128.t option;The name of the VPC link.
*)securityGroupIds : SecurityGroupIdList.t option;A list of security group IDs for the VPC link.
*)subnetIds : SubnetIdList.t option;A list of subnet IDs to include in the VPC link.
*)vpcLinkId : Id.t option;The ID of the VPC link.
*)vpcLinkStatus : VpcLinkStatus.t option;The status of the VPC link.
*)vpcLinkStatusMessage : StringWithLengthBetween0And1024.t option;A message summarizing the cause of the status of the VPC link.
*)vpcLinkVersion : VpcLinkVersion.t option;The version of the VPC link.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of string ] list
| `Map of
([> `String of string ]
* [> `String of StringWithLengthBetween1And1600.t ])
list
| `String of StringWithLengthBetween1And128.t
| `Timestamp of string ])
list ]