CreateApplicationRequest

Types

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

Properties

Link copied to clipboard

The app block ARN to which the application should be associated

Link copied to clipboard

The description of the application.

Link copied to clipboard

The display name of the application. This name is visible to users in the application catalog.

Link copied to clipboard

The location in S3 of the application icon.

Link copied to clipboard

The instance families the application supports. Valid values are GENERAL_PURPOSE and GRAPHICS_G4.

Link copied to clipboard

The launch parameters of the application.

Link copied to clipboard

The launch path of the application.

Link copied to clipboard
val name: String?

The name of the application. This name is visible to users when display name is not specified.

Link copied to clipboard

The platforms the application supports. WINDOWS_SERVER_2019 and AMAZON_LINUX2 are supported for Elastic fleets.

Link copied to clipboard

The tags assigned to the application.

Link copied to clipboard

The working directory of the application.

Functions

Link copied to clipboard
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