Create Scheduled Action
GET {{aws_redshift_base_url}}/?IamRole&Schedule&ScheduledActionName&TargetAction&Enable&EndTime&ScheduledActionDescription&StartTime
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
IamRole | null | The IAM role to assume to run the target action. For more information about this parameter, see ScheduledAction. | |
Schedule | null | The schedule in at( ) or cron( ) format. For more information about this parameter, see ScheduledAction. | |
ScheduledActionName | null | The name of the scheduled action. The name must be unique within an account. For more information about this parameter, see ScheduledAction. | |
TargetAction | null | A JSON format string of the Amazon Redshift API operation with input parameters. For more information about this parameter, see ScheduledAction. | |
Enable | null | 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 | null | 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. | |
ScheduledActionDescription | null | The description of the scheduled action. | |
StartTime | null | 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. |