AppArgs

data class AppArgs(val appName: Output<String>? = null, val appType: Output<AppType>? = null, val domainId: Output<String>? = null, val recoveryMode: Output<Boolean>? = null, val resourceSpec: Output<AppResourceSpecArgs>? = null, val tags: Output<List<CreateOnlyTagArgs>>? = null, val userProfileName: Output<String>? = null) : ConvertibleToJava<AppArgs>

Resource Type definition for AWS::SageMaker::App

Constructors

Link copied to clipboard
constructor(appName: Output<String>? = null, appType: Output<AppType>? = null, domainId: Output<String>? = null, recoveryMode: Output<Boolean>? = null, resourceSpec: Output<AppResourceSpecArgs>? = null, tags: Output<List<CreateOnlyTagArgs>>? = null, userProfileName: Output<String>? = null)

Properties

Link copied to clipboard
val appName: Output<String>? = null

The name of the app.

Link copied to clipboard
val appType: Output<AppType>? = null

The type of app.

Link copied to clipboard
val domainId: Output<String>? = null

The domain ID.

Link copied to clipboard
val recoveryMode: Output<Boolean>? = null

Indicates whether the application is launched in recovery mode.

Link copied to clipboard
val resourceSpec: Output<AppResourceSpecArgs>? = null

The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.

Link copied to clipboard
val tags: Output<List<CreateOnlyTagArgs>>? = null

A list of tags to apply to the app.

Link copied to clipboard
val userProfileName: Output<String>? = null

The user profile name.

Functions

Link copied to clipboard
open override fun toJava(): AppArgs