DomainDefaultUserSettingsKernelGatewayAppSettingsArgs

data class DomainDefaultUserSettingsKernelGatewayAppSettingsArgs(val customImages: Output<List<DomainDefaultUserSettingsKernelGatewayAppSettingsCustomImageArgs>>? = null, val defaultResourceSpec: Output<DomainDefaultUserSettingsKernelGatewayAppSettingsDefaultResourceSpecArgs>? = null, val lifecycleConfigArns: Output<List<String>>? = null) : ConvertibleToJava<DomainDefaultUserSettingsKernelGatewayAppSettingsArgs>

Constructors

constructor(customImages: Output<List<DomainDefaultUserSettingsKernelGatewayAppSettingsCustomImageArgs>>? = null, defaultResourceSpec: Output<DomainDefaultUserSettingsKernelGatewayAppSettingsDefaultResourceSpecArgs>? = null, lifecycleConfigArns: Output<List<String>>? = null)

Properties

Link copied to clipboard

A list of custom SageMaker images that are configured to run as a KernelGateway app. see Custom Image below.

Link copied to clipboard

The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see Default Resource Spec 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(): DomainDefaultUserSettingsKernelGatewayAppSettingsArgs