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

Workflow

import type { Workflow } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/glue.ts";
interface Workflow {
CreatedOn?: Date | number | null;
DefaultRunProperties?: {
[key: string]: string | null | undefined;
}
| null;
Description?: string | null;
Graph?: WorkflowGraph | null;
LastModifiedOn?: Date | number | null;
LastRun?: WorkflowRun | null;
MaxConcurrentRuns?: number | null;
Name?: string | null;
}

§Properties

§
CreatedOn?: Date | number | null
[src]
§
DefaultRunProperties?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
Description?: string | null
[src]
§
Graph?: WorkflowGraph | null
[src]
§
LastModifiedOn?: Date | number | null
[src]
§
LastRun?: WorkflowRun | null
[src]
§
MaxConcurrentRuns?: number | null
[src]
§
Name?: string | null
[src]