Get Application Result
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)
Properties
Link copied to clipboard
The app block ARN with which the application should be associated.
Link copied to clipboard
The time when the application was created.
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 icon S3 location of the application.
Link copied to clipboard
The launch parameters of the application.
Link copied to clipboard
The launch path of the application.
Link copied to clipboard
The working directory of the application.