Skip to content

GetOnClusterAppUIPresignedURL

Source: src/AWS/EMR/GetOnClusterAppUIPresignedURL.ts

Runtime binding for elasticmapreduce:GetOnClusterAppUIPresignedURL — mints a presigned URL for a live application UI (Spark UI, YARN ResourceManager, Tez) on the bound cluster.

const getAppUrl = yield* AWS.EMR.GetOnClusterAppUIPresignedURL(cluster);
const { PresignedURL } = yield* getAppUrl({
OnClusterAppUIType: "ApplicationMaster",
});