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).
Dashboards
Section titled “Dashboards”// initconst getDashboardForJobRun = yield* AWS.EMRServerless.GetDashboardForJobRun(app);
// runtimeconst { url } = yield* getDashboardForJobRun({ jobRunId });