GetImageApplication

data class GetImageApplication(val appBlockArn: String, val arn: String, val createdTime: String, val description: String, val displayName: String, val enabled: Boolean, val iconS3Locations: List<GetImageApplicationIconS3Location>, val iconUrl: String, val instanceFamilies: List<String>, val launchParameters: String, val launchPath: String, val metadata: Map<String, String>, val name: String, val platforms: List<String>, val workingDirectory: String)

Constructors

Link copied to clipboard
constructor(appBlockArn: String, arn: String, createdTime: String, description: String, displayName: String, enabled: Boolean, iconS3Locations: List<GetImageApplicationIconS3Location>, iconUrl: String, instanceFamilies: List<String>, launchParameters: String, launchPath: String, metadata: Map<String, String>, name: String, platforms: List<String>, workingDirectory: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The app block ARN of the application.

Link copied to clipboard
val arn: String

Arn of the image being searched for. Cannot be used with name_regex or name.

Link copied to clipboard

Time at which this image was created.

Link copied to clipboard

Description of image.

Link copied to clipboard

Image name to display.

Link copied to clipboard

Bool based on if the application is enabled.

Link copied to clipboard

A list named icon_s3_location that contains the following:

Link copied to clipboard

URL of the application icon. This URL may be time-limited.

Link copied to clipboard

List of the instance families of the application.

Link copied to clipboard

Arguments that are passed to the application at it's launch.

Link copied to clipboard

Path to the application's excecutable in the instance.

Link copied to clipboard

String to string map that contains additional attributes used to describe the application.

Link copied to clipboard

Name of the image being searched for. Cannot be used with name_regex or arn.

Link copied to clipboard

Array of strings describing the platforms on which the application can run. Values will be from: WINDOWS | WINDOWS_SERVER_2016 | WINDOWS_SERVER_2019 | WINDOWS_SERVER_2022 | AMAZON_LINUX2

Link copied to clipboard

Working directory for the application.