AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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.

The IAM role or user passed to this API defines the permissions to access the app. Once the presigned URL is created, no additional permission is required to access this URL. IAM authorization policies for this API are also enforced for every HTTP request and WebSocket frame that attempts to connect to the app.

You can restrict access to this API and to the URL that it returns to a list of IP addresses, Amazon VPCs or Amazon VPC Endpoints that you specify. For more information, see Connect to Amazon SageMaker Studio Through an Interface VPC Endpoint .

The URL that you get from a call to CreatePresignedDomainUrl has a default timeout of 5 minutes. You can configure this value using ExpiresInSeconds. If you try to use the URL after the timeout limit expires, you are directed to the Amazon Web Services console sign-in page.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to CreatePresignedDomainUrlAsync.

Namespace: Amazon.SageMaker
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z

Syntax

C#
public virtual CreatePresignedDomainUrlResponse CreatePresignedDomainUrl(
         CreatePresignedDomainUrlRequest request
)

Parameters

request
Type: Amazon.SageMaker.Model.CreatePresignedDomainUrlRequest

Container for the necessary parameters to execute the CreatePresignedDomainUrl service method.

Return Value


The response from the CreatePresignedDomainUrl service method, as returned by SageMaker.

Exceptions

ExceptionCondition
ResourceNotFoundException Resource being access is not found.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

See Also