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

Alias

import type { Alias } from "https://aws-api.deno.dev/v0.4/services/xray.ts?docs=full";

An alias for an edge.

interface Alias {
Name?: string | null;
Names?: string[] | null;
Type?: string | null;
}

§Properties

§
Name?: string | null
[src]

The canonical name of the alias.

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

A list of names for the alias, including the canonical name.

§
Type?: string | null
[src]

The type of the alias.