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 below.
Link copied to clipboard
The kernel gateway app settings. See Kernel Gateway App Settings below.
Link copied to clipboard
The security groups for the Amazon Virtual Private Cloud that the space uses for communication.