Domain Default Space Settings
data class DomainDefaultSpaceSettings(val executionRole: String, val jupyterServerAppSettings: DomainDefaultSpaceSettingsJupyterServerAppSettings? = null, val kernelGatewayAppSettings: DomainDefaultSpaceSettingsKernelGatewayAppSettings? = null, val securityGroups: List<String>? = null)
Constructors
Link copied to clipboard
constructor(executionRole: String, jupyterServerAppSettings: DomainDefaultSpaceSettingsJupyterServerAppSettings? = null, kernelGatewayAppSettings: DomainDefaultSpaceSettingsKernelGatewayAppSettings? = null, securityGroups: List<String>? = null)
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
The security groups for the Amazon Virtual Private Cloud that the space uses for communication.