SpaceSettingsArgs

data class SpaceSettingsArgs(val appType: Output<SpaceAppType>? = null, val codeEditorAppSettings: Output<SpaceCodeEditorAppSettingsArgs>? = null, val customFileSystems: Output<List<SpaceCustomFileSystemArgs>>? = null, val jupyterLabAppSettings: Output<SpaceJupyterLabAppSettingsArgs>? = null, val jupyterServerAppSettings: Output<SpaceJupyterServerAppSettingsArgs>? = null, val kernelGatewayAppSettings: Output<SpaceKernelGatewayAppSettingsArgs>? = null, val spaceStorageSettings: Output<SpaceStorageSettingsArgs>? = null) : ConvertibleToJava<SpaceSettingsArgs>

A collection of settings that apply to spaces of Amazon SageMaker Studio. These settings are specified when the CreateSpace API is called.

Constructors

Link copied to clipboard
constructor(appType: Output<SpaceAppType>? = null, codeEditorAppSettings: Output<SpaceCodeEditorAppSettingsArgs>? = null, customFileSystems: Output<List<SpaceCustomFileSystemArgs>>? = null, jupyterLabAppSettings: Output<SpaceJupyterLabAppSettingsArgs>? = null, jupyterServerAppSettings: Output<SpaceJupyterServerAppSettingsArgs>? = null, kernelGatewayAppSettings: Output<SpaceKernelGatewayAppSettingsArgs>? = null, spaceStorageSettings: Output<SpaceStorageSettingsArgs>? = null)

Properties

Link copied to clipboard
val appType: Output<SpaceAppType>? = null

The type of app created within the space.

Link copied to clipboard

The CodeEditor app settings.

Link copied to clipboard

A file system, created by you, that you assign to a space for an Amazon SageMaker Domain. Permitted users can access this file system in Amazon SageMaker Studio.

Link copied to clipboard

The JupyterLab app settings.

Link copied to clipboard

The Jupyter server's app settings.

Link copied to clipboard

The kernel gateway app settings.

Link copied to clipboard

Default storage settings for a space.

Functions

Link copied to clipboard
open override fun toJava(): SpaceSettingsArgs