DomainDefaultSpaceSettings

data class DomainDefaultSpaceSettings(val customFileSystemConfigs: List<DomainDefaultSpaceSettingsCustomFileSystemConfig>? = null, val customPosixUserConfig: DomainDefaultSpaceSettingsCustomPosixUserConfig? = null, val executionRole: String, val jupyterLabAppSettings: DomainDefaultSpaceSettingsJupyterLabAppSettings? = null, val jupyterServerAppSettings: DomainDefaultSpaceSettingsJupyterServerAppSettings? = null, val kernelGatewayAppSettings: DomainDefaultSpaceSettingsKernelGatewayAppSettings? = null, val securityGroups: List<String>? = null, val spaceStorageSettings: DomainDefaultSpaceSettingsSpaceStorageSettings? = null)

Constructors

Link copied to clipboard
constructor(customFileSystemConfigs: List<DomainDefaultSpaceSettingsCustomFileSystemConfig>? = null, customPosixUserConfig: DomainDefaultSpaceSettingsCustomPosixUserConfig? = null, executionRole: String, jupyterLabAppSettings: DomainDefaultSpaceSettingsJupyterLabAppSettings? = null, jupyterServerAppSettings: DomainDefaultSpaceSettingsJupyterServerAppSettings? = null, kernelGatewayAppSettings: DomainDefaultSpaceSettingsKernelGatewayAppSettings? = null, securityGroups: List<String>? = null, spaceStorageSettings: DomainDefaultSpaceSettingsSpaceStorageSettings? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The settings for assigning a custom file system to a user profile. Permitted users can access this file system in Amazon SageMaker AI Studio. See custom_file_system_config Block below.

Link copied to clipboard

Details about the POSIX identity that is used for file system operations. See custom_posix_user_config Block below.

Link copied to clipboard

The execution role for the space.

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
val securityGroups: List<String>? = null

The security groups for the Amazon Virtual Private Cloud that the space uses for communication.

Link copied to clipboard

The storage settings for a private space. See space_storage_settings Block below.