Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GetVpcLinkRequest

import type { GetVpcLinkRequest } from "https://aws-api.deno.dev/v0.3/services/apigateway.ts?docs=full";

Gets a specified VPC link under the caller's account in a region.

interface GetVpcLinkRequest {
vpcLinkId: string;
}

§Properties

§
vpcLinkId: string
[src]

[Required] The identifier of the "VpcLink". It is used in an "Integration" to reference this "VpcLink".