Skip to content

CreatePersistentAppUI

Source: src/AWS/EMR/CreatePersistentAppUI.ts

Runtime binding for elasticmapreduce:CreatePersistentAppUI — creates a persistent application UI (Spark history, YARN timeline) for the bound cluster — the UI outlives the cluster. The cluster ARN is injected as TargetResourceArn.

const createAppUI = yield* AWS.EMR.CreatePersistentAppUI(cluster);
const { PersistentAppUIId } = yield* createAppUI();