CreateScheduledActionRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The description of the scheduled action.

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String