ScheduleArgs

data class ScheduleArgs(val cronExpression: Output<String>? = null, val jobNames: Output<List<String>>? = null, val name: Output<String>? = null, val tags: Output<List<CreateOnlyTagArgs>>? = null) : ConvertibleToJava<ScheduleArgs>

Resource schema for AWS::DataBrew::Schedule.

Example Usage

Example

No Java example available.

Constructors

Link copied to clipboard
constructor(cronExpression: Output<String>? = null, jobNames: Output<List<String>>? = null, name: Output<String>? = null, tags: Output<List<CreateOnlyTagArgs>>? = null)

Properties

Link copied to clipboard
val cronExpression: Output<String>? = null

Schedule cron

Link copied to clipboard
val jobNames: Output<List<String>>? = null

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

Link copied to clipboard
val name: Output<String>? = null

Schedule Name

Link copied to clipboard
val tags: Output<List<CreateOnlyTagArgs>>? = null

Metadata tags that have been applied to the schedule.

Functions

Link copied to clipboard
open override fun toJava(): ScheduleArgs