Domain Default Space Settings
data class DomainDefaultSpaceSettings(val customFileSystemConfigs: List<DomainCustomFileSystemConfig>? = null, val customPosixUserConfig: DomainCustomPosixUserConfig? = null, val executionRole: String, val jupyterLabAppSettings: DomainJupyterLabAppSettings? = null, val jupyterServerAppSettings: DomainJupyterServerAppSettings? = null, val kernelGatewayAppSettings: DomainKernelGatewayAppSettings? = null, val securityGroups: List<String>? = null, val spaceStorageSettings: DomainDefaultSpaceStorageSettings? = null)
A collection of settings that apply to spaces of Amazon SageMaker Studio. These settings are specified when the Create/Update Domain API is called.
Constructors
Link copied to clipboard
constructor(customFileSystemConfigs: List<DomainCustomFileSystemConfig>? = null, customPosixUserConfig: DomainCustomPosixUserConfig? = null, executionRole: String, jupyterLabAppSettings: DomainJupyterLabAppSettings? = null, jupyterServerAppSettings: DomainJupyterServerAppSettings? = null, kernelGatewayAppSettings: DomainKernelGatewayAppSettings? = null, securityGroups: List<String>? = null, spaceStorageSettings: DomainDefaultSpaceStorageSettings? = null)
Properties
Link copied to clipboard
The settings for assigning a custom file system to a domain. Permitted users can access this file system in Amazon SageMaker Studio.
Link copied to clipboard
The Jupyter lab's custom posix user configurations.
Link copied to clipboard
The execution role for the space.
Link copied to clipboard
The Jupyter lab's 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
The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
Link copied to clipboard
The Jupyter lab's space storage settings.