aws redshift modify-scheduled-action
Modifies a scheduled action
Options
Name | Description |
---|---|
--scheduled-action-name <string> | The name of the scheduled action to modify |
--target-action <structure> | A modified JSON format of the scheduled action. For more information about this parameter, see ScheduledAction |
--schedule <string> | A modified schedule in either at( ) or cron( ) format. For more information about this parameter, see ScheduledAction |
--iam-role <string> | A different IAM role to assume to run the target action. For more information about this parameter, see ScheduledAction |
--scheduled-action-description <string> | A modified description of the scheduled action |
--start-time <timestamp> | A modified start time of the scheduled action. For more information about this parameter, see ScheduledAction |
--end-time <timestamp> | A modified end time of the scheduled action. For more information about this parameter, see ScheduledAction |
--enable | A modified enable flag of the scheduled action. If true, the scheduled action is active. If false, the scheduled action is disabled |
--no-enable | A modified enable flag of the scheduled action. If true, the scheduled action is active. If false, the scheduled action is disabled |
--cli-input-json <string> | Performs service operation based on the JSON string provided. The JSON string follows the format provided by ``--generate-cli-skeleton``. If other arguments are provided on the command line, the CLI values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally |
--generate-cli-skeleton <string> | Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value ``input``, prints a sample input JSON that can be used as an argument for ``--cli-input-json``. If provided with the value ``output``, it validates the command inputs and returns a sample output JSON for that command |