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

TriggerUpdate

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

§Properties

§
Actions?: Action[] | null
[src]
§
Description?: string | null
[src]
§
EventBatchingCondition?: EventBatchingCondition | null
[src]
§
Name?: string | null
[src]
§
Predicate?: Predicate | null
[src]
§
Schedule?: string | null
[src]