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

ListTriggersRequest

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

§Properties

§
DependentJobName?: string | null
[src]

The name of the job for which to retrieve triggers. The trigger that can start this job is returned. If there is no such trigger, all triggers are returned.

§
MaxResults?: number | null
[src]

The maximum size of a list to return.

§
NextToken?: string | null
[src]

A continuation token, if this is a continuation request.

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

Specifies to return only these tagged resources.