Glue / Client / batch_get_jobs
batch_get_jobs¶
- Glue.Client.batch_get_jobs(**kwargs)¶
Returns a list of resource metadata for a given list of job names. After calling the
ListJobs
operation, you can call this operation to access the data to which you have been granted permissions. This operation supports all IAM permissions, including permission conditions that uses tags.See also: AWS API Documentation
Request Syntax
response = client.batch_get_jobs( JobNames=[ 'string', ] )
- Parameters:
JobNames (list) –
[REQUIRED]
A list of job names, which might be the names returned from the
ListJobs
operation.(string) –
- Return type:
dict
- Returns:
Response Syntax
# This section is too large to render. # Please see the AWS API Documentation linked below.
Response Structure
# This section is too large to render. # Please see the AWS API Documentation linked below.
Exceptions