DomainDefaultSpaceSettings

data class DomainDefaultSpaceSettings(val executionRole: String, val jupyterServerAppSettings: DomainDefaultSpaceSettingsJupyterServerAppSettings? = null, val kernelGatewayAppSettings: DomainDefaultSpaceSettingsKernelGatewayAppSettings? = null, val securityGroups: List<String>? = null)

Constructors

Link copied to clipboard
fun DomainDefaultSpaceSettings(executionRole: String, jupyterServerAppSettings: DomainDefaultSpaceSettingsJupyterServerAppSettings? = null, kernelGatewayAppSettings: DomainDefaultSpaceSettingsKernelGatewayAppSettings? = 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. 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: List<String>? = null

The security groups for the Amazon Virtual Private Cloud that the space uses for communication.