Space Space Settings Args
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
constructor(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)
Properties
Link copied to clipboard
The Code Editor application settings. See code_editor_app_settings
Block below.
Link copied to clipboard
A file system, created by you, that you assign to a space for an Amazon SageMaker AI Domain. See custom_file_system
Block below.
Link copied to clipboard
The settings for the JupyterLab application. See jupyter_lab_app_settings
Block below.
Link copied to clipboard
The Jupyter server's app settings. See jupyter_server_app_settings
Block below.
Link copied to clipboard
The kernel gateway app settings. See kernel_gateway_app_settings
Block below.
Link copied to clipboard
The storage settings. See space_storage_settings
Block below.