Trigger
import type { Trigger } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/glue.ts";interface Trigger {
Actions?: Action[] | null;
Description?: string | null;
EventBatchingCondition?: EventBatchingCondition | null;
Id?: string | null;
Name?: string | null;
Predicate?: Predicate | null;
Schedule?: string | null;
State?: TriggerState | null;
Type?: TriggerType | null;
WorkflowName?: string | null;
}§Properties
§
EventBatchingCondition?: EventBatchingCondition | null
[src]§
State?: TriggerState | null
[src]§
Type?: TriggerType | null
[src]