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

Graph

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

A behavior graph in Detective.

interface Graph {
Arn?: string | null;
CreatedTime?: Date | number | null;
}

§Properties

§
Arn?: string | null
[src]

The ARN of the behavior graph.

§
CreatedTime?: Date | number | null
[src]

The date and time that the behavior graph was created. The value is an ISO8601 formatted string. For example, 2021-08-18T16:35:56.284Z.