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

Predecessor

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

A job run that was used in the predicate of a conditional trigger that triggered this job run.

interface Predecessor {
JobName?: string | null;
RunId?: string | null;
}

§Properties

§
JobName?: string | null
[src]

The name of the job definition used by the predecessor job run.

§
RunId?: string | null
[src]

The job-run ID of the predecessor job run.