App Args
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
Indicates whether the application is launched in recovery mode.
Link copied to clipboard
The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
Link copied to clipboard
A list of tags to apply to the app.
Link copied to clipboard
The user profile name.