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

GetScheduleInput

import type { GetScheduleInput } from "https://aws-api.deno.dev/v0.4/services/scheduler.ts?docs=full";
interface GetScheduleInput {
GroupName?: string | null;
Name: string;
}

§Properties

§
GroupName?: string | null
[src]

The name of the schedule group associated with this schedule. If you omit this, EventBridge Scheduler assumes that the schedule is associated with the default group.

§
Name: string
[src]

The name of the schedule to retrieve.