Schedule

class Schedule : KotlinCustomResource

Resource schema for AWS::DataBrew::Schedule.

Example Usage

Example

No Java example available.

Properties

Link copied to clipboard
val cronExpression: Output<String>

Schedule cron

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

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

Link copied to clipboard
val name: Output<String>

Schedule Name

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<CreateOnlyTag>>?

Metadata tags that have been applied to the schedule.

Link copied to clipboard
val urn: Output<String>