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

OriginationRoute

import type { OriginationRoute } from "https://aws-api.deno.dev/v0.4/services/chimesdkvoice.ts?docs=full";
interface OriginationRoute {
Host?: string | null;
Port?: number | null;
Priority?: number | null;
Protocol?: OriginationRouteProtocol | null;
Weight?: number | null;
}

§Properties

§
Host?: string | null
[src]
§
Port?: number | null
[src]
§
Priority?: number | null
[src]
§
Weight?: number | null
[src]