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

CreateTriggerRequest

import type { CreateTriggerRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/glue.ts";
interface CreateTriggerRequest {
Actions: Action[];
Description?: string | null;
EventBatchingCondition?: EventBatchingCondition | null;
Name: string;
Predicate?: Predicate | null;
Schedule?: string | null;
StartOnCreation?: boolean | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
WorkflowName?: string | null;
}

§Properties

§
Actions: Action[]
[src]
§
Description?: string | null
[src]
§
EventBatchingCondition?: EventBatchingCondition | null
[src]
§
Name: string
[src]
§
Predicate?: Predicate | null
[src]
§
Schedule?: string | null
[src]
§
StartOnCreation?: boolean | null
[src]
§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
WorkflowName?: string | null
[src]