2022/09/29 - EMR Serverless - 1 new api methods
Changes This release adds API support to debug Amazon EMR Serverless jobs in real-time with live application UIs
Returns a URL to access the job run dashboard.
See also: AWS API Documentation
Request Syntax
client.get_dashboard_for_job_run( applicationId='string', jobRunId='string' )
string
[REQUIRED]
The ID of the application.
string
[REQUIRED]
The ID of the job run.
dict
Response Syntax
{ 'url': 'string' }
Response Structure
(dict) --
url (string) --
The URL to view job run's dashboard.