EMR Serverless

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

GetDashboardForJobRun (new) Link ΒΆ

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'
)
type applicationId

string

param applicationId

[REQUIRED]

The ID of the application.

type jobRunId

string

param jobRunId

[REQUIRED]

The ID of the job run.

rtype

dict

returns

Response Syntax

{
    'url': 'string'
}

Response Structure

  • (dict) --

    • url (string) --

      The URL to view job run's dashboard.