DomainDefaultSpaceSettingsArgs

data class DomainDefaultSpaceSettingsArgs(val customFileSystemConfigs: Output<List<DomainCustomFileSystemConfigArgs>>? = null, val customPosixUserConfig: Output<DomainCustomPosixUserConfigArgs>? = null, val executionRole: Output<String>, val jupyterLabAppSettings: Output<DomainJupyterLabAppSettingsArgs>? = null, val jupyterServerAppSettings: Output<DomainJupyterServerAppSettingsArgs>? = null, val kernelGatewayAppSettings: Output<DomainKernelGatewayAppSettingsArgs>? = null, val securityGroups: Output<List<String>>? = null, val spaceStorageSettings: Output<DomainDefaultSpaceStorageSettingsArgs>? = null) : ConvertibleToJava<DomainDefaultSpaceSettingsArgs>

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: Output<List<DomainCustomFileSystemConfigArgs>>? = null, customPosixUserConfig: Output<DomainCustomPosixUserConfigArgs>? = null, executionRole: Output<String>, jupyterLabAppSettings: Output<DomainJupyterLabAppSettingsArgs>? = null, jupyterServerAppSettings: Output<DomainJupyterServerAppSettingsArgs>? = null, kernelGatewayAppSettings: Output<DomainKernelGatewayAppSettingsArgs>? = null, securityGroups: Output<List<String>>? = null, spaceStorageSettings: Output<DomainDefaultSpaceStorageSettingsArgs>? = 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
val executionRole: Output<String>

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

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.

Functions

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