Application Args
data class ApplicationArgs(val appBlockArn: Output<String>? = null, val attributesToDelete: Output<List<String>>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null, val iconS3Location: Output<ApplicationS3LocationArgs>? = null, val instanceFamilies: Output<List<String>>? = null, val launchParameters: Output<String>? = null, val launchPath: Output<String>? = null, val name: Output<String>? = null, val platforms: Output<List<String>>? = null, val tags: Output<List<Either<ApplicationTag0PropertiesArgs, ApplicationTag1PropertiesArgs>>>? = null, val workingDirectory: Output<String>? = null) : ConvertibleToJava<ApplicationArgs>
Resource Type definition for AWS::AppStream::Application
Constructors
Link copied to clipboard
constructor(appBlockArn: Output<String>? = null, attributesToDelete: Output<List<String>>? = null, description: Output<String>? = null, displayName: Output<String>? = null, iconS3Location: Output<ApplicationS3LocationArgs>? = null, instanceFamilies: Output<List<String>>? = null, launchParameters: Output<String>? = null, launchPath: Output<String>? = null, name: Output<String>? = null, platforms: Output<List<String>>? = null, tags: Output<List<Either<ApplicationTag0PropertiesArgs, ApplicationTag1PropertiesArgs>>>? = null, workingDirectory: Output<String>? = null)
Properties
Link copied to clipboard
The app block ARN with which the application should be associated.
Link copied to clipboard
A list of attributes to delete from an application.
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 instance families the application supports. Allowed Values : GENERAL_PURPOSE
| 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 tags: Output<List<Either<ApplicationTag0PropertiesArgs, ApplicationTag1PropertiesArgs>>>? = null
The tags of the application.
Link copied to clipboard
The working directory of the application.