Domain Default Space Settings
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)