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

DescribeScheduleResponse

import type { DescribeScheduleResponse } from "https://aws-api.deno.dev/v0.3/services/databrew.ts?docs=full";
interface DescribeScheduleResponse {
CreateDate?: Date | number | null;
CreatedBy?: string | null;
CronExpression?: string | null;
JobNames?: string[] | null;
LastModifiedBy?: string | null;
LastModifiedDate?: Date | number | null;
Name: string;
ResourceArn?: string | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
CreateDate?: Date | number | null
[src]

The date and time that the schedule was created.

§
CreatedBy?: string | null
[src]

The identifier (user name) of the user who created the schedule.

§
CronExpression?: string | null
[src]

The date or dates and time or times when the jobs are to be run for the schedule. For more information, see Cron expressions in the Glue DataBrew Developer Guide.

§
JobNames?: string[] | null
[src]

The name or names of one or more jobs to be run by using the schedule.

§
LastModifiedBy?: string | null
[src]

The identifier (user name) of the user who last modified the schedule.

§
LastModifiedDate?: Date | number | null
[src]

The date and time that the schedule was last modified.

§
Name: string
[src]

The name of the schedule.

§
ResourceArn?: string | null
[src]

The Amazon Resource Name (ARN) of the schedule.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

Metadata tags associated with this schedule.