DomainDefaultSpaceSettings

data class DomainDefaultSpaceSettings(val executionRole: String, val jupyterServerAppSettings: DomainJupyterServerAppSettings? = null, val kernelGatewayAppSettings: DomainKernelGatewayAppSettings? = null, val securityGroups: List<String>? = 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
fun DomainDefaultSpaceSettings(executionRole: String, jupyterServerAppSettings: DomainJupyterServerAppSettings? = null, kernelGatewayAppSettings: DomainKernelGatewayAppSettings? = null, securityGroups: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The execution role for the space.

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

The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.