Schedule Args
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)