Domain Default User Settings Kernel Gateway App Settings Args
data class DomainDefaultUserSettingsKernelGatewayAppSettingsArgs(val customImages: Output<List<DomainDefaultUserSettingsKernelGatewayAppSettingsCustomImageArgs>>? = null, val defaultResourceSpec: Output<DomainDefaultUserSettingsKernelGatewayAppSettingsDefaultResourceSpecArgs>? = null, val lifecycleConfigArns: Output<List<String>>? = null) : ConvertibleToJava<DomainDefaultUserSettingsKernelGatewayAppSettingsArgs>
Constructors
Link copied to clipboard
constructor(customImages: Output<List<DomainDefaultUserSettingsKernelGatewayAppSettingsCustomImageArgs>>? = null, defaultResourceSpec: Output<DomainDefaultUserSettingsKernelGatewayAppSettingsDefaultResourceSpecArgs>? = null, lifecycleConfigArns: Output<List<String>>? = null)
Properties
Link copied to clipboard
val customImages: Output<List<DomainDefaultUserSettingsKernelGatewayAppSettingsCustomImageArgs>>? = null
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
val defaultResourceSpec: Output<DomainDefaultUserSettingsKernelGatewayAppSettingsDefaultResourceSpecArgs>? = null
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
The Amazon Resource Name (ARN) of the Lifecycle Configurations.