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

FindMatchesTaskRunProperties

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

Specifies configuration properties for a Find Matches task run.

interface FindMatchesTaskRunProperties {
JobId?: string | null;
JobName?: string | null;
JobRunId?: string | null;
}

§Properties

§
JobId?: string | null
[src]

The job ID for the Find Matches task run.

§
JobName?: string | null
[src]

The name assigned to the job for the Find Matches task run.

§
JobRunId?: string | null
[src]

The job run ID for the Find Matches task run.