
Creates a VPC link.
apigatewayv2_create_vpc_link(Name, SecurityGroupIds, SubnetIds, Tags)
[required] The name of the VPC link.
A list of security group IDs for the VPC link.
[required] A list of subnet IDs to include in the VPC link.
A list of tags.
svc$create_vpc_link( Name = "string", SecurityGroupIds = list( "string" ), SubnetIds = list( "string" ), Tags = list( "string" ) )