Domain Default Space Settings Args
data class DomainDefaultSpaceSettingsArgs(val executionRole: Output<String>, val jupyterServerAppSettings: Output<DomainDefaultSpaceSettingsJupyterServerAppSettingsArgs>? = null, val kernelGatewayAppSettings: Output<DomainDefaultSpaceSettingsKernelGatewayAppSettingsArgs>? = null, val securityGroups: Output<List<String>>? = null) : ConvertibleToJava<DomainDefaultSpaceSettingsArgs>
Constructors
Link copied to clipboard
constructor(executionRole: Output<String>, jupyterServerAppSettings: Output<DomainDefaultSpaceSettingsJupyterServerAppSettingsArgs>? = null, kernelGatewayAppSettings: Output<DomainDefaultSpaceSettingsKernelGatewayAppSettingsArgs>? = null, securityGroups: Output<List<String>>? = null)
Properties
Link copied to clipboard
The execution role for the space.
Link copied to clipboard
val jupyterServerAppSettings: Output<DomainDefaultSpaceSettingsJupyterServerAppSettingsArgs>? = null
The Jupyter server's app settings. See Jupyter Server App Settings below.
Link copied to clipboard
val kernelGatewayAppSettings: Output<DomainDefaultSpaceSettingsKernelGatewayAppSettingsArgs>? = null
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.