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

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 below.

Link copied to clipboard

The kernel gateway app settings. See Kernel Gateway App Settings 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.

Functions

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