:doc:`SageMaker <../../sagemaker>` / Client / create_partner_app_presigned_url

********************************
create_partner_app_presigned_url
********************************



.. py:method:: SageMaker.Client.create_partner_app_presigned_url(**kwargs)

  

  Creates a presigned URL to access an Amazon SageMaker Partner AI App.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreatePartnerAppPresignedUrl>`_  


  **Request Syntax**
  ::

    response = client.create_partner_app_presigned_url(
        Arn='string',
        ExpiresInSeconds=123,
        SessionExpirationDurationInSeconds=123
    )
    
  :type Arn: string
  :param Arn: **[REQUIRED]** 

    The ARN of the SageMaker Partner AI App to create the presigned URL for.

    

  
  :type ExpiresInSeconds: integer
  :param ExpiresInSeconds: 

    The time that will pass before the presigned URL expires.

    

  
  :type SessionExpirationDurationInSeconds: integer
  :param SessionExpirationDurationInSeconds: 

    Indicates how long the Amazon SageMaker Partner AI App session can be accessed for after logging in.

    

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

    
    ::

      {
          'Url': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **Url** *(string) --* 

        The presigned URL that you can use to access the SageMaker Partner AI App.

        
  
  **Exceptions**
  
  *   :py:class:`SageMaker.Client.exceptions.ResourceNotFound`

  