sagemaker_create_presigned_domain_url: Creates a URL for a specified UserProfile in a Domain

View source: R/sagemaker_operations.R

sagemaker_create_presigned_domain_urlR Documentation

Creates a URL for a specified UserProfile in a Domain

Description

Creates a URL for a specified UserProfile in a Domain. When accessed in a web browser, the user will be automatically signed in to the domain, and granted access to all of the Apps and files associated with the Domain's Amazon Elastic File System volume. This operation can only be called when the authentication mode equals IAM.

See https://www.paws-r-sdk.com/docs/sagemaker_create_presigned_domain_url/ for full documentation.

Usage

sagemaker_create_presigned_domain_url(
  DomainId,
  UserProfileName,
  SessionExpirationDurationInSeconds = NULL,
  ExpiresInSeconds = NULL,
  SpaceName = NULL,
  LandingUri = NULL
)

Arguments

DomainId

[required] The domain ID.

UserProfileName

[required] The name of the UserProfile to sign-in as.

SessionExpirationDurationInSeconds

The session expiration duration in seconds. This value defaults to 43200.

ExpiresInSeconds

The number of seconds until the pre-signed URL expires. This value defaults to 300.

SpaceName

The name of the space.

LandingUri

The landing page that the user is directed to when accessing the presigned URL. Using this value, users can access Studio or Studio Classic, even if it is not the default experience for the domain. The supported values are:

  • studio::relative/path: Directs users to the relative path in Studio.

  • app:JupyterServer:relative/path: Directs users to the relative path in the Studio Classic application.

  • app:JupyterLab:relative/path: Directs users to the relative path in the JupyterLab application.

  • app:RStudioServerPro:relative/path: Directs users to the relative path in the RStudio application.

  • app:CodeEditor:relative/path: Directs users to the relative path in the Code Editor, based on Code-OSS, Visual Studio Code - Open Source application.

  • app:Canvas:relative/path: Directs users to the relative path in the Canvas application.


paws.machine.learning documentation built on Sept. 12, 2024, 6:23 a.m.