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

CreateScheduledActionMessage

import type { CreateScheduledActionMessage } from "https://aws-api.deno.dev/v0.3/services/redshift.ts?docs=full";
interface CreateScheduledActionMessage {
Enable?: boolean | null;
EndTime?: Date | number | null;
IamRole: string;
Schedule: string;
ScheduledActionDescription?: string | null;
ScheduledActionName: string;
StartTime?: Date | number | null;
TargetAction: ScheduledActionType;
}

§Properties

§
Enable?: boolean | null
[src]

If true, the schedule is enabled. If false, the scheduled action does not trigger. For more information about state of the scheduled action, see "ScheduledAction".

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

The end time in UTC of the scheduled action. After this time, the scheduled action does not trigger. For more information about this parameter, see "ScheduledAction".

§
IamRole: string
[src]

The IAM role to assume to run the target action. For more information about this parameter, see "ScheduledAction".

§
Schedule: string
[src]

The schedule in at( ) or cron( ) format. For more information about this parameter, see "ScheduledAction".

§
ScheduledActionDescription?: string | null
[src]

The description of the scheduled action.

§
ScheduledActionName: string
[src]

The name of the scheduled action. The name must be unique within an account. For more information about this parameter, see "ScheduledAction".

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

The start time in UTC of the scheduled action. Before this time, the scheduled action does not trigger. For more information about this parameter, see "ScheduledAction".

§

A JSON format string of the Amazon Redshift API operation with input parameters. For more information about this parameter, see "ScheduledAction".