DomainDefaultSpaceSettingsKernelGatewayAppSettingsArgs

data class DomainDefaultSpaceSettingsKernelGatewayAppSettingsArgs(val customImages: Output<List<DomainDefaultSpaceSettingsKernelGatewayAppSettingsCustomImageArgs>>? = null, val defaultResourceSpec: Output<DomainDefaultSpaceSettingsKernelGatewayAppSettingsDefaultResourceSpecArgs>? = null, val lifecycleConfigArns: Output<List<String>>? = null) : ConvertibleToJava<DomainDefaultSpaceSettingsKernelGatewayAppSettingsArgs>

Constructors

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

Properties

Link copied to clipboard

A list of custom SageMaker AI images that are configured to run as a KernelGateway app. see custom_image 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(): DomainDefaultSpaceSettingsKernelGatewayAppSettingsArgs