AwsSageMakerAppPropertiesArgs

data class AwsSageMakerAppPropertiesArgs(val appArn: Output<String>? = null, val appName: Output<String>? = null, val appType: Output<Either<String, AppType>>? = null, val domainId: Output<String>? = null, val resourceSpec: Output<ResourceSpecArgs>? = null, val tags: Output<List<TagArgs>>? = null, val userProfileName: Output<String>? = null) : ConvertibleToJava<AwsSageMakerAppPropertiesArgs>

Definition of awsSageMakerApp

Constructors

Link copied to clipboard
constructor(appArn: Output<String>? = null, appName: Output<String>? = null, appType: Output<Either<String, AppType>>? = null, domainId: Output<String>? = null, resourceSpec: Output<ResourceSpecArgs>? = null, tags: Output<List<TagArgs>>? = null, userProfileName: Output<String>? = null)

Properties

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

The Amazon Resource Name (ARN) of the app.

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

The name of the app.

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

The type of app.

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

The domain ID.

Link copied to clipboard
val resourceSpec: Output<ResourceSpecArgs>? = 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<TagArgs>>? = 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(): AwsSageMakerAppPropertiesArgs