Skip to content

Create Persistent App Ui

emr_create_persistent_app_ui R Documentation

Creates a persistent application user interface

Description

Creates a persistent application user interface.

Usage

emr_create_persistent_app_ui(TargetResourceArn, EMRContainersConfig,
  Tags, XReferer, ProfilerType)

Arguments

TargetResourceArn

[required] The unique Amazon Resource Name (ARN) of the target resource.

EMRContainersConfig

The EMR containers configuration.

Tags

Tags for the persistent application user interface.

XReferer

The cross reference for the persistent application user interface.

ProfilerType

The profiler type for the persistent application user interface.

Value

A list with the following syntax:

list(
  PersistentAppUIId = "string",
  RuntimeRoleEnabledCluster = TRUE|FALSE
)

Request syntax

svc$create_persistent_app_ui(
  TargetResourceArn = "string",
  EMRContainersConfig = list(
    JobRunId = "string"
  ),
  Tags = list(
    list(
      Key = "string",
      Value = "string"
    )
  ),
  XReferer = "string",
  ProfilerType = "SHS"|"TEZUI"|"YTS"
)