CreateAppRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the app.

Link copied to clipboard

The type of app.

Link copied to clipboard

The domain ID.

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 AI image created on the instance.

Link copied to clipboard

The name of the space. If this value is not set, then UserProfileName must be set.

Link copied to clipboard
val tags: List<Tag>?

Each tag consists of a key and an optional value. Tag keys must be unique per resource.

Link copied to clipboard

The user profile name. If this value is not set, then SpaceName must be set.

Functions

Link copied to clipboard
inline fun copy(block: CreateAppRequest.Builder.() -> Unit = {}): CreateAppRequest
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String