Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Interface CreateScheduledActionCommandInputProtected

Hierarchy

Properties

Enable?: boolean

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

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: undefined | string

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

Schedule: undefined | string

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

ScheduledActionDescription?: string

The description of the scheduled action.

ScheduledActionName: undefined | string

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

StartTime?: Date

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.

TargetAction: undefined | ScheduledActionType

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