SpaceSpaceSettingsArgs

data class SpaceSpaceSettingsArgs(val appType: Output<String>? = null, val codeEditorAppSettings: Output<SpaceSpaceSettingsCodeEditorAppSettingsArgs>? = null, val customFileSystems: Output<List<SpaceSpaceSettingsCustomFileSystemArgs>>? = null, val jupyterLabAppSettings: Output<SpaceSpaceSettingsJupyterLabAppSettingsArgs>? = null, val jupyterServerAppSettings: Output<SpaceSpaceSettingsJupyterServerAppSettingsArgs>? = null, val kernelGatewayAppSettings: Output<SpaceSpaceSettingsKernelGatewayAppSettingsArgs>? = null, val spaceStorageSettings: Output<SpaceSpaceSettingsSpaceStorageSettingsArgs>? = null) : ConvertibleToJava<SpaceSpaceSettingsArgs>

Constructors

Link copied to clipboard
fun SpaceSpaceSettingsArgs(appType: Output<String>? = null, codeEditorAppSettings: Output<SpaceSpaceSettingsCodeEditorAppSettingsArgs>? = null, customFileSystems: Output<List<SpaceSpaceSettingsCustomFileSystemArgs>>? = null, jupyterLabAppSettings: Output<SpaceSpaceSettingsJupyterLabAppSettingsArgs>? = null, jupyterServerAppSettings: Output<SpaceSpaceSettingsJupyterServerAppSettingsArgs>? = null, kernelGatewayAppSettings: Output<SpaceSpaceSettingsKernelGatewayAppSettingsArgs>? = null, spaceStorageSettings: Output<SpaceSpaceSettingsSpaceStorageSettingsArgs>? = null)

Functions

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

Properties

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

The type of app created within the space.

Link copied to clipboard

The Code Editor application settings. See Code Editor App Settings below.

Link copied to clipboard

A file system, created by you, that you assign to a space for an Amazon SageMaker Domain. See Custom File System below.

Link copied to clipboard

The settings for the JupyterLab application. See Jupyter Lab App Settings below.

Link copied to clipboard

The Jupyter server's app settings. See Jupyter Server App Settings below.

Link copied to clipboard

The kernel gateway app settings. See Kernel Gateway App Settings below.