ScheduleArgs

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

Resource schema for AWS::DataBrew::Schedule.

Example Usage

Example

No Java example available.

Constructors

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

Functions

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

Properties

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

Schedule cron

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

Schedule Name

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