redshift_modify_scheduled_action: Modifies a scheduled action

View source: R/redshift_operations.R

redshift_modify_scheduled_actionR Documentation

Modifies a scheduled action

Description

Modifies a scheduled action.

See https://www.paws-r-sdk.com/docs/redshift_modify_scheduled_action/ for full documentation.

Usage

redshift_modify_scheduled_action(
  ScheduledActionName,
  TargetAction = NULL,
  Schedule = NULL,
  IamRole = NULL,
  ScheduledActionDescription = NULL,
  StartTime = NULL,
  EndTime = NULL,
  Enable = NULL
)

Arguments

ScheduledActionName

[required] The name of the scheduled action to modify.

TargetAction

A modified JSON format of the scheduled action. For more information about this parameter, see ScheduledAction.

Schedule

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

IamRole

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

ScheduledActionDescription

A modified description of the scheduled action.

StartTime

A modified start time of the scheduled action. For more information about this parameter, see ScheduledAction.

EndTime

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.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.