ModifyScheduledActionResponse

Describes a scheduled action. You can use a scheduled action to trigger some Amazon Redshift API operations on a schedule. For information about which API operations can be scheduled, see ScheduledActionType.

Types

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

Properties

Link copied to clipboard

The end time in UTC when the schedule is no longer active. After this time, the scheduled action does not trigger.

Link copied to clipboard

The IAM role to assume to run the scheduled action. This IAM role must have permission to run the Amazon Redshift API operation in the scheduled action. This IAM role must allow the Amazon Redshift scheduler (Principal scheduler.redshift.amazonaws.com) to assume permissions on your behalf. For more information about the IAM role to use with the Amazon Redshift scheduler, see Using Identity-Based Policies for Amazon Redshift in the Amazon Redshift Cluster Management Guide.

Link copied to clipboard

List of times when the scheduled action will run.

Link copied to clipboard

The schedule for a one-time (at format) or recurring (cron format) scheduled action. Schedule invocations must be separated by at least one hour.

Link copied to clipboard

The description of the scheduled action.

Link copied to clipboard

The name of the scheduled action.

Link copied to clipboard

The start time in UTC when the schedule is active. Before this time, the scheduled action does not trigger.

Link copied to clipboard

The state of the scheduled action. For example, DISABLED.

Link copied to clipboard

A JSON format string of the Amazon Redshift API operation with input parameters.

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