DomainDefaultSpaceSettingsJupyterServerAppSettingsArgs

data class DomainDefaultSpaceSettingsJupyterServerAppSettingsArgs(val codeRepositories: Output<List<DomainDefaultSpaceSettingsJupyterServerAppSettingsCodeRepositoryArgs>>? = null, val defaultResourceSpec: Output<DomainDefaultSpaceSettingsJupyterServerAppSettingsDefaultResourceSpecArgs>? = null, val lifecycleConfigArns: Output<List<String>>? = null) : ConvertibleToJava<DomainDefaultSpaceSettingsJupyterServerAppSettingsArgs>

Constructors

constructor(codeRepositories: Output<List<DomainDefaultSpaceSettingsJupyterServerAppSettingsCodeRepositoryArgs>>? = null, defaultResourceSpec: Output<DomainDefaultSpaceSettingsJupyterServerAppSettingsDefaultResourceSpecArgs>? = null, lifecycleConfigArns: Output<List<String>>? = null)

Properties

Link copied to clipboard

A list of Git repositories that SageMaker AI automatically displays to users for cloning in the JupyterServer application. see code_repository Block below.

Link copied to clipboard

The default instance type and the Amazon Resource Name (ARN) of the SageMaker AI image created on the instance. see default_resource_spec Block below.

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

The Amazon Resource Name (ARN) of the Lifecycle Configurations.

Functions

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