The presigned URL properties for the cluster's application user interface
Source:R/emr_operations.R
emr_get_on_cluster_app_ui_presigned_url.RdThe presigned URL properties for the cluster's application user interface.
See https://www.paws-r-sdk.com/docs/emr_get_on_cluster_app_ui_presigned_url/ for full documentation.
Usage
emr_get_on_cluster_app_ui_presigned_url(
ClusterId,
OnClusterAppUIType = NULL,
ApplicationId = NULL,
DryRun = NULL,
ExecutionRoleArn = NULL
)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.