EMRServerless / Client / get_dashboard_for_job_run
get_dashboard_for_job_run#
- EMRServerless.Client.get_dashboard_for_job_run(**kwargs)#
- Returns a URL to access the job run dashboard. - See also: AWS API Documentation - Request Syntax - response = client.get_dashboard_for_job_run( applicationId='string', jobRunId='string' ) - Parameters:
- applicationId (string) – - [REQUIRED] - The ID of the application. 
- jobRunId (string) – - [REQUIRED] - The ID of the job run. 
 
- Return type:
- dict 
- Returns:
- Response Syntax - { 'url': 'string' } - Response Structure - (dict) – - url (string) – - The URL to view job run’s dashboard. 
 
 
 - Exceptions - EMRServerless.Client.exceptions.ValidationException
- EMRServerless.Client.exceptions.ResourceNotFoundException
- EMRServerless.Client.exceptions.InternalServerException