Domain Default User Settings RSession App Settings Args
data class DomainDefaultUserSettingsRSessionAppSettingsArgs(val customImages: Output<List<DomainDefaultUserSettingsRSessionAppSettingsCustomImageArgs>>? = null, val defaultResourceSpec: Output<DomainDefaultUserSettingsRSessionAppSettingsDefaultResourceSpecArgs>? = null) : ConvertibleToJava<DomainDefaultUserSettingsRSessionAppSettingsArgs>
Constructors
Link copied to clipboard
constructor(customImages: Output<List<DomainDefaultUserSettingsRSessionAppSettingsCustomImageArgs>>? = null, defaultResourceSpec: Output<DomainDefaultUserSettingsRSessionAppSettingsDefaultResourceSpecArgs>? = null)
Properties
Link copied to clipboard
A list of custom SageMaker AI images that are configured to run as a RSession app. see custom_image
Block below.
Link copied to clipboard
val defaultResourceSpec: Output<DomainDefaultUserSettingsRSessionAppSettingsDefaultResourceSpecArgs>? = 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 above.