Creates a URL for a specified UserProfile in a Domain
Creates a URL for a specified UserProfile in a Domain. When accessed in a web browser, the user will be automatically signed in to Amazon SageMaker Studio, and granted access to all of the Apps and files associated with the Domain's Amazon Elastic File System (EFS) volume. This operation can only be called when the authentication mode equals IAM.
The URL that you get from a call to
create_presigned_domain_url
is valid only for 5 minutes. If you try to use the URL after the
5-minute limit expires, you are directed to the AWS console sign-in
page.
sagemaker_create_presigned_domain_url(DomainId, UserProfileName, SessionExpirationDurationInSeconds)
DomainId |
[required] The domain ID. |
UserProfileName |
[required] The name of the UserProfile to sign-in as. |
SessionExpirationDurationInSeconds |
The session expiration duration in seconds. |
A list with the following syntax:
list( AuthorizedUrl = "string" )
svc$create_presigned_domain_url( DomainId = "string", UserProfileName = "string", SessionExpirationDurationInSeconds = 123 )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.