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

GetVpcLinkResponse

import type { GetVpcLinkResponse } from "https://aws-api.deno.dev/v0.3/services/apigatewayv2.ts?docs=full";
interface GetVpcLinkResponse {
CreatedDate?: Date | number | null;
Name?: string | null;
SecurityGroupIds?: string[] | null;
SubnetIds?: string[] | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
VpcLinkId?: string | null;
VpcLinkStatus?: VpcLinkStatus | null;
VpcLinkStatusMessage?: string | null;
VpcLinkVersion?: VpcLinkVersion | null;
}

§Properties

§
CreatedDate?: Date | number | null
[src]

The timestamp when the VPC link was created.

§
Name?: string | null
[src]

The name of the VPC link.

§
SecurityGroupIds?: string[] | null
[src]

A list of security group IDs for the VPC link.

§
SubnetIds?: string[] | null
[src]

A list of subnet IDs to include in the VPC link.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

Tags for the VPC link.

§
VpcLinkId?: string | null
[src]

The ID of the VPC link.

§
VpcLinkStatus?: VpcLinkStatus | null
[src]

The status of the VPC link.

§
VpcLinkStatusMessage?: string | null
[src]

A message summarizing the cause of the status of the VPC link.

§
VpcLinkVersion?: VpcLinkVersion | null
[src]

The version of the VPC link.