DomainDefaultSpaceSettingsArgs

data class DomainDefaultSpaceSettingsArgs(val executionRole: Output<String>, val jupyterServerAppSettings: Output<DomainJupyterServerAppSettingsArgs>? = null, val kernelGatewayAppSettings: Output<DomainKernelGatewayAppSettingsArgs>? = null, val securityGroups: Output<List<String>>? = null) : ConvertibleToJava<DomainDefaultSpaceSettingsArgs>

A collection of settings that apply to spaces of Amazon SageMaker Studio. These settings are specified when the Create/Update Domain API is called.

Constructors

Link copied to clipboard
fun DomainDefaultSpaceSettingsArgs(executionRole: Output<String>, jupyterServerAppSettings: Output<DomainJupyterServerAppSettingsArgs>? = null, kernelGatewayAppSettings: Output<DomainKernelGatewayAppSettingsArgs>? = 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.

Link copied to clipboard

The kernel gateway app settings.

Link copied to clipboard
val securityGroups: Output<List<String>>? = null

The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.