Class: Aws::SageMaker::Types::CreatePresignedDomainUrlRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreatePresignedDomainUrlRequest
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_id ⇒ String
The domain ID.
-
#expires_in_seconds ⇒ Integer
The number of seconds until the pre-signed URL expires.
-
#landing_uri ⇒ String
The landing page that the user is directed to when accessing the presigned URL.
-
#session_expiration_duration_in_seconds ⇒ Integer
The session expiration duration in seconds.
-
#space_name ⇒ String
The name of the space.
-
#user_profile_name ⇒ String
The name of the UserProfile to sign-in as.
Instance Attribute Details
#domain_id ⇒ String
The domain ID.
10984 10985 10986 10987 10988 10989 10990 10991 10992 10993 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10984 class CreatePresignedDomainUrlRequest < Struct.new( :domain_id, :user_profile_name, :session_expiration_duration_in_seconds, :expires_in_seconds, :space_name, :landing_uri) SENSITIVE = [] include Aws::Structure end |
#expires_in_seconds ⇒ Integer
The number of seconds until the pre-signed URL expires. This value defaults to 300.
10984 10985 10986 10987 10988 10989 10990 10991 10992 10993 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10984 class CreatePresignedDomainUrlRequest < Struct.new( :domain_id, :user_profile_name, :session_expiration_duration_in_seconds, :expires_in_seconds, :space_name, :landing_uri) SENSITIVE = [] include Aws::Structure end |
#landing_uri ⇒ String
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.
10984 10985 10986 10987 10988 10989 10990 10991 10992 10993 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10984 class CreatePresignedDomainUrlRequest < Struct.new( :domain_id, :user_profile_name, :session_expiration_duration_in_seconds, :expires_in_seconds, :space_name, :landing_uri) SENSITIVE = [] include Aws::Structure end |
#session_expiration_duration_in_seconds ⇒ Integer
The session expiration duration in seconds. This value defaults to 43200.
10984 10985 10986 10987 10988 10989 10990 10991 10992 10993 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10984 class CreatePresignedDomainUrlRequest < Struct.new( :domain_id, :user_profile_name, :session_expiration_duration_in_seconds, :expires_in_seconds, :space_name, :landing_uri) SENSITIVE = [] include Aws::Structure end |
#space_name ⇒ String
The name of the space.
10984 10985 10986 10987 10988 10989 10990 10991 10992 10993 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10984 class CreatePresignedDomainUrlRequest < Struct.new( :domain_id, :user_profile_name, :session_expiration_duration_in_seconds, :expires_in_seconds, :space_name, :landing_uri) SENSITIVE = [] include Aws::Structure end |
#user_profile_name ⇒ String
The name of the UserProfile to sign-in as.
10984 10985 10986 10987 10988 10989 10990 10991 10992 10993 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10984 class CreatePresignedDomainUrlRequest < Struct.new( :domain_id, :user_profile_name, :session_expiration_duration_in_seconds, :expires_in_seconds, :space_name, :landing_uri) SENSITIVE = [] include Aws::Structure end |