class Aws::GlueDataBrew::Types::CreateScheduleRequest
@note When making an API call, you may pass CreateScheduleRequest
data as a hash: { job_names: ["JobName"], cron_expression: "CronExpression", # required tags: { "TagKey" => "TagValue", }, name: "ScheduleName", # required }
@!attribute [rw] job_names
The name or names of one or more jobs to be run. @return [Array<String>]
@!attribute [rw] cron_expression
The date or dates and time or times when the jobs are to be run. For more information, see [Cron expressions][1] in the *Glue DataBrew Developer Guide*. [1]: https://docs.aws.amazon.com/databrew/latest/dg/jobs.cron.html @return [String]
@!attribute [rw] tags
Metadata tags to apply to this schedule. @return [Hash<String,String>]
@!attribute [rw] name
A unique name for the schedule. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/databrew-2017-07-25/CreateScheduleRequest AWS API Documentation
Constants
- SENSITIVE