update_schedule
(**kwargs)¶Modifies the definition of an existing DataBrew schedule.
See also: AWS API Documentation
Request Syntax
response = client.update_schedule(
JobNames=[
'string',
],
CronExpression='string',
Name='string'
)
The name or names of one or more jobs to be run for this schedule.
[REQUIRED]
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 .
[REQUIRED]
The name of the schedule to update.
dict
Response Syntax
{
'Name': 'string'
}
Response Structure
(dict) --
Name (string) --
The name of the schedule that was updated.
Exceptions
GlueDataBrew.Client.exceptions.ResourceNotFoundException
GlueDataBrew.Client.exceptions.ServiceQuotaExceededException
GlueDataBrew.Client.exceptions.ValidationException