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).
Dashboards
Section titled “Dashboards”// initconst getResourceDashboard = yield* AWS.EMRServerless.GetResourceDashboard(app);
// runtimeconst { url } = yield* getResourceDashboard({ resourceId, resourceType });