GlueDataBrew / Client / update_schedule
update_schedule#
- GlueDataBrew.Client.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' ) - Parameters:
- JobNames (list) – - The name or names of one or more jobs to be run for this schedule. - (string) – 
 
- CronExpression (string) – - [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. 
- Name (string) – - [REQUIRED] - The name of the schedule to update. 
 
- Return type:
- dict 
- Returns:
- 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