emrserverless_get_dashboard_for_job_run: Creates and returns a URL that you can use to access the...

View source: R/emrserverless_operations.R

emrserverless_get_dashboard_for_job_runR Documentation

Creates and returns a URL that you can use to access the application UIs for a job run

Description

Creates and returns a URL that you can use to access the application UIs for a job run.

See https://www.paws-r-sdk.com/docs/emrserverless_get_dashboard_for_job_run/ for full documentation.

Usage

emrserverless_get_dashboard_for_job_run(
  applicationId,
  jobRunId,
  attempt = NULL
)

Arguments

applicationId

[required] The ID of the application.

jobRunId

[required] The ID of the job run.

attempt

An optimal parameter that indicates the amount of attempts for the job. If not specified, this value defaults to the attempt of the latest job.


paws.compute documentation built on Sept. 12, 2024, 6:12 a.m.