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

JobSchedule

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

The day and time when do you want to start the Identity Resolution Job every week.

interface JobSchedule {
Time: string;
}

§Properties

§

The day when the Identity Resolution Job should run every week.

§
Time: string
[src]

The time when the Identity Resolution Job should run every week.