Skip to content

GetDashboardForJobRun

Source: src/AWS/EMRServerless/GetDashboardForJobRun.ts

Runtime binding for emr-serverless:GetDashboardForJobRun.

Creates a pre-signed URL to the live Spark/Tez UI (or Spark History Server) for a job run on the bound Application — hand it to an on-call engineer to debug a slow or failed job without console access. Provide the implementation with Effect.provide(AWS.EMRServerless.GetDashboardForJobRunHttp).

// init
const getDashboardForJobRun =
yield* AWS.EMRServerless.GetDashboardForJobRun(app);
// runtime
const { url } = yield* getDashboardForJobRun({ jobRunId });