Skip to content

GetPersistentAppUIPresignedURL

Source: src/AWS/EMR/GetPersistentAppUIPresignedURL.ts

Runtime binding for elasticmapreduce:GetPersistentAppUIPresignedURL — mints a presigned URL for a persistent application UI of the bound cluster (works after the cluster terminates).

const getAppUIUrl = yield* AWS.EMR.GetPersistentAppUIPresignedURL(cluster);
const { PresignedURL } = yield* getAppUIUrl({
PersistentAppUIId: appUIId,
PersistentAppUIType: "SHS",
});