DomainDefaultSpaceSettingsArgs

data class DomainDefaultSpaceSettingsArgs(val customFileSystemConfigs: Output<List<DomainDefaultSpaceSettingsCustomFileSystemConfigArgs>>? = null, val customPosixUserConfig: Output<DomainDefaultSpaceSettingsCustomPosixUserConfigArgs>? = null, val executionRole: Output<String>, val jupyterLabAppSettings: Output<DomainDefaultSpaceSettingsJupyterLabAppSettingsArgs>? = null, val jupyterServerAppSettings: Output<DomainDefaultSpaceSettingsJupyterServerAppSettingsArgs>? = null, val kernelGatewayAppSettings: Output<DomainDefaultSpaceSettingsKernelGatewayAppSettingsArgs>? = null, val securityGroups: Output<List<String>>? = null, val spaceStorageSettings: Output<DomainDefaultSpaceSettingsSpaceStorageSettingsArgs>? = null) : ConvertibleToJava<DomainDefaultSpaceSettingsArgs>

Constructors

Link copied to clipboard
constructor(customFileSystemConfigs: Output<List<DomainDefaultSpaceSettingsCustomFileSystemConfigArgs>>? = null, customPosixUserConfig: Output<DomainDefaultSpaceSettingsCustomPosixUserConfigArgs>? = null, executionRole: Output<String>, jupyterLabAppSettings: Output<DomainDefaultSpaceSettingsJupyterLabAppSettingsArgs>? = null, jupyterServerAppSettings: Output<DomainDefaultSpaceSettingsJupyterServerAppSettingsArgs>? = null, kernelGatewayAppSettings: Output<DomainDefaultSpaceSettingsKernelGatewayAppSettingsArgs>? = null, securityGroups: Output<List<String>>? = null, spaceStorageSettings: Output<DomainDefaultSpaceSettingsSpaceStorageSettingsArgs>? = null)

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
val executionRole: Output<String>

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: Output<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.

Functions

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