Get Image Application
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)
Properties
Link copied to clipboard
The app block ARN of the application.
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
A list named icon_s3_location that contains the following:
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
Working directory for the application.