SpaceSettings
A collection of space settings.
Contents
- AppType
 - 
               
The type of app created within the space.
If using the UpdateSpace API, you can't change the app type of your space by specifying a different value for this field.
Type: String
Valid Values:
JupyterServer | KernelGateway | DetailedProfiler | TensorBoard | CodeEditor | JupyterLab | RStudioServerPro | RSessionGateway | CanvasRequired: No
 - CodeEditorAppSettings
 - 
               
The Code Editor application settings.
Type: SpaceCodeEditorAppSettings object
Required: No
 - CustomFileSystems
 - 
               
A file system, created by you, that you assign to a space for an Amazon SageMaker AI Domain. Permitted users can access this file system in Amazon SageMaker AI Studio.
Type: Array of CustomFileSystem objects
Array Members: Minimum number of 0 items. Maximum number of 5 items.
Required: No
 - JupyterLabAppSettings
 - 
               
The settings for the JupyterLab application.
Type: SpaceJupyterLabAppSettings object
Required: No
 - JupyterServerAppSettings
 - 
               
The JupyterServer app settings.
Type: JupyterServerAppSettings object
Required: No
 - KernelGatewayAppSettings
 - 
               
The KernelGateway app settings.
Type: KernelGatewayAppSettings object
Required: No
 - RemoteAccess
 - 
               
A setting that enables or disables remote access for a SageMaker space. When enabled, this allows you to connect to the remote space from your local IDE.
Type: String
Valid Values:
ENABLED | DISABLEDRequired: No
 - SpaceManagedResources
 - 
               
If you enable this option, SageMaker AI creates the following resources on your behalf when you create the space:
- 
                     
The user profile that possesses the space.
 - 
                     
The app that the space contains.
 
Type: String
Valid Values:
ENABLED | DISABLEDRequired: No
 - 
                     
 - SpaceStorageSettings
 - 
               
The storage settings for a space.
Type: SpaceStorageSettings object
Required: No
 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: