Skip to content

GetResourceDashboard

Source: src/AWS/EMRServerless/GetResourceDashboard.ts

Runtime binding for emr-serverless:GetResourceDashboard.

Creates a pre-signed dashboard URL for a specific resource (e.g. a worker) of the bound Application. Provide the implementation with Effect.provide(AWS.EMRServerless.GetResourceDashboardHttp).

// init
const getResourceDashboard =
yield* AWS.EMRServerless.GetResourceDashboard(app);
// runtime
const { url } = yield* getResourceDashboard({ resourceId, resourceType });