User Profile User Settings Kernel Gateway App Settings Args
data class UserProfileUserSettingsKernelGatewayAppSettingsArgs(val customImages: Output<List<UserProfileUserSettingsKernelGatewayAppSettingsCustomImageArgs>>? = null, val defaultResourceSpec: Output<UserProfileUserSettingsKernelGatewayAppSettingsDefaultResourceSpecArgs>? = null, val lifecycleConfigArns: Output<List<String>>? = null) : ConvertibleToJava<UserProfileUserSettingsKernelGatewayAppSettingsArgs>
Constructors
Link copied to clipboard
constructor(customImages: Output<List<UserProfileUserSettingsKernelGatewayAppSettingsCustomImageArgs>>? = null, defaultResourceSpec: Output<UserProfileUserSettingsKernelGatewayAppSettingsDefaultResourceSpecArgs>? = null, lifecycleConfigArns: Output<List<String>>? = null)
Properties
Link copied to clipboard
val customImages: Output<List<UserProfileUserSettingsKernelGatewayAppSettingsCustomImageArgs>>? = null
A list of custom SageMaker AI images that are configured to run as a KernelGateway app. see Custom Image below.
Link copied to clipboard
val defaultResourceSpec: Output<UserProfileUserSettingsKernelGatewayAppSettingsDefaultResourceSpecArgs>? = null
The default instance type and the Amazon Resource Name (ARN) of the SageMaker AI image created on the instance. see Default Resource Spec below.
Link copied to clipboard
The Amazon Resource Name (ARN) of the Lifecycle Configurations.