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