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

InsightImpactGraphEdge

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

The connection between two service in an insight impact graph.

interface InsightImpactGraphEdge {
ReferenceId?: number | null;
}

§Properties

§
ReferenceId?: number | null
[src]

Identifier of the edge. Unique within a service map.