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

NotificationProperty

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

Specifies configuration properties of a notification.

interface NotificationProperty {
NotifyDelayAfter?: number | null;
}

§Properties

§
NotifyDelayAfter?: number | null
[src]

After a job run starts, the number of minutes to wait before sending a job run delay notification.