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

ApiGatewayProxySummary

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

A wrapper object holding the Amazon API Gateway proxy summary.

interface ApiGatewayProxySummary {
ApiGatewayId?: string | null;
EndpointType?: ApiGatewayEndpointType | null;
NlbArn?: string | null;
NlbName?: string | null;
ProxyUrl?: string | null;
StageName?: string | null;
VpcLinkId?: string | null;
}

§Properties

§
ApiGatewayId?: string | null
[src]

The resource ID of the API Gateway for the proxy.

§
EndpointType?: ApiGatewayEndpointType | null
[src]

The type of API Gateway endpoint created.

§
NlbArn?: string | null
[src]

The Amazon Resource Name (ARN) of the Network Load Balancer configured by the API Gateway proxy.

§
NlbName?: string | null
[src]

The name of the Network Load Balancer that is configured by the API Gateway proxy.

§
ProxyUrl?: string | null
[src]

The endpoint URL of the API Gateway proxy.

§
StageName?: string | null
[src]

The name of the API Gateway stage. The name defaults to prod.

§
VpcLinkId?: string | null
[src]

The VpcLink ID of the API Gateway proxy.