GetScheduledActionResult

data class GetScheduledActionResult(val enable: Boolean? = null, val endTime: String? = null, val iamRole: String? = null, val nextInvocations: List<String>? = null, val schedule: String? = null, val scheduledActionDescription: String? = null, val startTime: String? = null, val state: ScheduledActionState? = null, val targetAction: ScheduledActionType? = null)

Constructors

Link copied to clipboard
constructor(enable: Boolean? = null, endTime: String? = null, iamRole: String? = null, nextInvocations: List<String>? = null, schedule: String? = null, scheduledActionDescription: String? = null, startTime: String? = null, state: ScheduledActionState? = null, targetAction: ScheduledActionType? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enable: Boolean? = null

If true, the schedule is enabled. If false, the scheduled action does not trigger.

Link copied to clipboard
val endTime: String? = null

The end time in UTC of the scheduled action. After this time, the scheduled action does not trigger.

Link copied to clipboard
val iamRole: String? = null

The IAM role to assume to run the target action.

Link copied to clipboard

List of times when the scheduled action will run.

Link copied to clipboard
val schedule: String? = null

The schedule in at( ) or cron( ) format.

Link copied to clipboard

The description of the scheduled action.

Link copied to clipboard
val startTime: String? = null

The start time in UTC of the scheduled action. Before this time, the scheduled action does not trigger.

Link copied to clipboard

The state of the scheduled action.

Link copied to clipboard

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