Class: Aws::GlueDataBrew::Types::CreateScheduleRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-gluedatabrew/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cron_expressionString

The date or dates and time or times when the jobs are to be run. For more information, see [Cron expressions] in the *Glue DataBrew Developer Guide*.

[1]: docs.aws.amazon.com/databrew/latest/dg/jobs.cron.html

Returns:

  • (String)


616
617
618
619
620
621
622
623
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 616

class CreateScheduleRequest < Struct.new(
  :job_names,
  :cron_expression,
  :tags,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#job_namesArray<String>

The name or names of one or more jobs to be run.

Returns:

  • (Array<String>)


616
617
618
619
620
621
622
623
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 616

class CreateScheduleRequest < Struct.new(
  :job_names,
  :cron_expression,
  :tags,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A unique name for the schedule. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.

Returns:

  • (String)


616
617
618
619
620
621
622
623
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 616

class CreateScheduleRequest < Struct.new(
  :job_names,
  :cron_expression,
  :tags,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Metadata tags to apply to this schedule.

Returns:

  • (Hash<String,String>)


616
617
618
619
620
621
622
623
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 616

class CreateScheduleRequest < Struct.new(
  :job_names,
  :cron_expression,
  :tags,
  :name)
  SENSITIVE = []
  include Aws::Structure
end