:doc:`EMR <../../emr>` / Client / get_persistent_app_ui_presigned_url

***********************************
get_persistent_app_ui_presigned_url
***********************************



.. py:method:: EMR.Client.get_persistent_app_ui_presigned_url(**kwargs)

  

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

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/elasticmapreduce-2009-03-31/GetPersistentAppUIPresignedURL>`_  


  **Request Syntax**
  ::

    response = client.get_persistent_app_ui_presigned_url(
        PersistentAppUIId='string',
        PersistentAppUIType='SHS'|'TEZ'|'YTS',
        ApplicationId='string',
        AuthProxyCall=True|False,
        ExecutionRoleArn='string'
    )
    
  :type PersistentAppUIId: string
  :param PersistentAppUIId: **[REQUIRED]** 

    The persistent application user interface ID associated with the presigned URL.

    

  
  :type PersistentAppUIType: string
  :param PersistentAppUIType: 

    The persistent application user interface type associated with the presigned URL.

    

  
  :type ApplicationId: string
  :param ApplicationId: 

    The application ID associated with the presigned URL.

    

  
  :type AuthProxyCall: boolean
  :param AuthProxyCall: 

    A boolean that represents if the caller is an authentication proxy call.

    

  
  :type ExecutionRoleArn: string
  :param ExecutionRoleArn: 

    The execution role ARN associated with the presigned URL.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'PresignedURLReady': True|False,
          'PresignedURL': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **PresignedURLReady** *(boolean) --* 

        Used to determine if the presigned URL is ready.

        
      

      - **PresignedURL** *(string) --* 

        The returned presigned URL.

        
  
  **Exceptions**
  
  *   :py:class:`EMR.Client.exceptions.InternalServerError`

  
  *   :py:class:`EMR.Client.exceptions.InvalidRequestException`

  