Skip to content

Get On Cluster App Ui Presigned Url

emr_get_on_cluster_app_ui_presigned_url R Documentation

The presigned URL properties for the cluster's application user interface

Description

The presigned URL properties for the cluster's application user interface.

Usage

emr_get_on_cluster_app_ui_presigned_url(ClusterId, OnClusterAppUIType,
  ApplicationId, DryRun, ExecutionRoleArn)

Arguments

ClusterId

[required] The cluster ID associated with the cluster's application user interface presigned URL.

OnClusterAppUIType

The application UI type associated with the cluster's application user interface presigned URL.

ApplicationId

The application ID associated with the cluster's application user interface presigned URL.

DryRun

Determines if the user interface presigned URL is for a dry run.

ExecutionRoleArn

The execution role ARN associated with the cluster's application user interface presigned URL.

Value

A list with the following syntax:

list(
  PresignedURLReady = TRUE|FALSE,
  PresignedURL = "string"
)

Request syntax

svc$get_on_cluster_app_ui_presigned_url(
  ClusterId = "string",
  OnClusterAppUIType = "SparkHistoryServer"|"YarnTimelineService"|"TezUI"|"ApplicationMaster"|"JobHistoryServer"|"ResourceManager",
  ApplicationId = "string",
  DryRun = TRUE|FALSE,
  ExecutionRoleArn = "string"
)