Skip to content

DescribePersistentAppUI

Source: src/AWS/EMR/DescribePersistentAppUI.ts

Runtime binding for elasticmapreduce:DescribePersistentAppUI — reads a persistent application UI created for the bound cluster by CreatePersistentAppUI.

const describeAppUI = yield* AWS.EMR.DescribePersistentAppUI(cluster);
const { PersistentAppUI } = yield* describeAppUI({
PersistentAppUIId: appUIId,
});