GetApplicationResult

data class GetApplicationResult(val appBlockArn: String? = null, val arn: String? = null, val createdTime: String? = null, val description: String? = null, val displayName: String? = null, val iconS3Location: ApplicationS3Location? = null, val launchParameters: String? = null, val launchPath: String? = null, val workingDirectory: String? = null)

Constructors

Link copied to clipboard
constructor(appBlockArn: String? = null, arn: String? = null, createdTime: String? = null, description: String? = null, displayName: String? = null, iconS3Location: ApplicationS3Location? = null, launchParameters: String? = null, launchPath: String? = null, workingDirectory: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val appBlockArn: String? = null

The app block ARN with which the application should be associated.

Link copied to clipboard
val arn: String? = null

The ARN of the application.

Link copied to clipboard
val createdTime: String? = null

The time when the application was created.

Link copied to clipboard
val description: String? = null

The description of the application.

Link copied to clipboard
val displayName: String? = null

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

Link copied to clipboard

The icon S3 location of the application.

Link copied to clipboard

The launch parameters of the application.

Link copied to clipboard
val launchPath: String? = null

The launch path of the application.

Link copied to clipboard

The working directory of the application.