Get Persistent App Ui Presigned Url
| emr_get_persistent_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_persistent_app_ui_presigned_url(PersistentAppUIId,
PersistentAppUIType, ApplicationId, AuthProxyCall, ExecutionRoleArn)
Arguments¶
PersistentAppUIId |
[required] The persistent application user interface ID associated with the presigned URL. |
PersistentAppUIType |
The persistent application user interface type associated with the presigned URL. |
ApplicationId |
The application ID associated with the presigned URL. |
AuthProxyCall |
A boolean that represents if the caller is an authentication proxy call. |
ExecutionRoleArn |
The execution role ARN associated with the presigned URL. |
Value¶
A list with the following syntax:
list(
PresignedURLReady = TRUE|FALSE,
PresignedURL = "string"
)
Request syntax¶
svc$get_persistent_app_ui_presigned_url(
PersistentAppUIId = "string",
PersistentAppUIType = "SHS"|"TEZ"|"YTS",
ApplicationId = "string",
AuthProxyCall = TRUE|FALSE,
ExecutionRoleArn = "string"
)