Schedule

class Schedule

Represents one or more dates and times when a job is to run.

Types

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

Properties

Link copied to clipboard

The ID of the Amazon Web Services account that owns the schedule.

Link copied to clipboard

The date and time that the schedule was created.

Link copied to clipboard

The Amazon Resource Name (ARN) of the user who created the schedule.

Link copied to clipboard

The dates and times when the job is to run. For more information, see Cron expressions in the Glue DataBrew Developer Guide.

Link copied to clipboard

A list of jobs to be run, according to the schedule.

Link copied to clipboard

The Amazon Resource Name (ARN) of the user who last modified the schedule.

Link copied to clipboard

The date and time when the schedule was last modified.

Link copied to clipboard

The name of the schedule.

Link copied to clipboard

The Amazon Resource Name (ARN) of the schedule.

Link copied to clipboard

Metadata tags that have been applied to the schedule.

Functions

Link copied to clipboard
inline fun copy(block: Schedule.Builder.() -> Unit = {}): Schedule
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