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

CreateGraphRequest

import type { CreateGraphRequest } from "https://aws-api.deno.dev/v0.3/services/detective.ts?docs=full";
interface CreateGraphRequest {
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags to assign to the new behavior graph. You can add up to 50 tags. For each tag, you provide the tag key and the tag value. Each tag key can contain up to 128 characters. Each tag value can contain up to 256 characters.