update_workflow
(**kwargs)¶Updates an existing workflow.
See also: AWS API Documentation
Request Syntax
response = client.update_workflow(
Name='string',
Description='string',
DefaultRunProperties={
'string': 'string'
},
MaxConcurrentRuns=123
)
[REQUIRED]
Name of the workflow to be updated.
A collection of properties to be used as part of each execution of the workflow.
dict
Response Syntax
{
'Name': 'string'
}
Response Structure
(dict) --
Name (string) --
The name of the workflow which was specified in input.
Exceptions
Glue.Client.exceptions.InvalidInputException
Glue.Client.exceptions.EntityNotFoundException
Glue.Client.exceptions.InternalServiceException
Glue.Client.exceptions.OperationTimeoutException
Glue.Client.exceptions.ConcurrentModificationException