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

GatewayRouteData

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

An object that represents a gateway route returned by a describe operation.

interface GatewayRouteData {
gatewayRouteName: string;
meshName: string;
metadata: ResourceMetadata;
virtualGatewayName: string;
}

§Properties

§
gatewayRouteName: string
[src]

The name of the gateway route.

§
meshName: string
[src]

The name of the service mesh that the resource resides in.

§

The specifications of the gateway route.

§

The status of the gateway route.

§
virtualGatewayName: string
[src]

The virtual gateway that the gateway route is associated with.