DomainDefaultSpaceSettingsArgs

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
fun DomainDefaultSpaceSettingsArgs(executionRole: Output<String>, jupyterServerAppSettings: Output<DomainDefaultSpaceSettingsJupyterServerAppSettingsArgs>? = null, kernelGatewayAppSettings: Output<DomainDefaultSpaceSettingsKernelGatewayAppSettingsArgs>? = null, securityGroups: Output<List<String>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): DomainDefaultSpaceSettingsArgs

Properties

Link copied to clipboard
val executionRole: Output<String>

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: Output<List<String>>? = null

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