CreateScheduledActionRequest

Types

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

Properties

Link copied to clipboard

Indicates whether 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 when the schedule is no longer active. After this time, the scheduled action does not trigger.

Link copied to clipboard

The name of the namespace for which to create a scheduled action.

Link copied to clipboard

The ARN of the IAM role to assume to run the scheduled action. This IAM role must have permission to run the Amazon Redshift Serverless API operation in the scheduled action. This IAM role must allow the Amazon Redshift scheduler to schedule creating snapshots. (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

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

A JSON format string of the Amazon Redshift Serverless API operation with input parameters. The following is an example of a target action.

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