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

CreateGatewayRouteInput

import type { CreateGatewayRouteInput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/appmesh.ts";
interface CreateGatewayRouteInput {
clientToken?: string | null;
gatewayRouteName: string;
meshName: string;
meshOwner?: string | null;
tags?: TagRef[] | null;
virtualGatewayName: string;
}

§Properties

§
clientToken?: string | null
[src]
§
gatewayRouteName: string
[src]
§
meshName: string
[src]
§
meshOwner?: string | null
[src]
§
tags?: TagRef[] | null
[src]
§
virtualGatewayName: string
[src]