Class: Aws::AppStream::Types::CreateApplicationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appstream/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_block_arnString

The app block ARN to which the application should be associated

Returns:

  • (String)


1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
# File 'lib/aws-sdk-appstream/types.rb', line 1004

class CreateApplicationRequest < Struct.new(
  :name,
  :display_name,
  :description,
  :icon_s3_location,
  :launch_path,
  :working_directory,
  :launch_parameters,
  :platforms,
  :instance_families,
  :app_block_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the application.

Returns:

  • (String)


1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
# File 'lib/aws-sdk-appstream/types.rb', line 1004

class CreateApplicationRequest < Struct.new(
  :name,
  :display_name,
  :description,
  :icon_s3_location,
  :launch_path,
  :working_directory,
  :launch_parameters,
  :platforms,
  :instance_families,
  :app_block_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

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

Returns:

  • (String)


1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
# File 'lib/aws-sdk-appstream/types.rb', line 1004

class CreateApplicationRequest < Struct.new(
  :name,
  :display_name,
  :description,
  :icon_s3_location,
  :launch_path,
  :working_directory,
  :launch_parameters,
  :platforms,
  :instance_families,
  :app_block_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#icon_s3_locationTypes::S3Location

The location in S3 of the application icon.

Returns:



1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
# File 'lib/aws-sdk-appstream/types.rb', line 1004

class CreateApplicationRequest < Struct.new(
  :name,
  :display_name,
  :description,
  :icon_s3_location,
  :launch_path,
  :working_directory,
  :launch_parameters,
  :platforms,
  :instance_families,
  :app_block_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#instance_familiesArray<String>

The instance families the application supports. Valid values are GENERAL_PURPOSE and GRAPHICS_G4.

Returns:

  • (Array<String>)


1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
# File 'lib/aws-sdk-appstream/types.rb', line 1004

class CreateApplicationRequest < Struct.new(
  :name,
  :display_name,
  :description,
  :icon_s3_location,
  :launch_path,
  :working_directory,
  :launch_parameters,
  :platforms,
  :instance_families,
  :app_block_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#launch_parametersString

The launch parameters of the application.

Returns:

  • (String)


1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
# File 'lib/aws-sdk-appstream/types.rb', line 1004

class CreateApplicationRequest < Struct.new(
  :name,
  :display_name,
  :description,
  :icon_s3_location,
  :launch_path,
  :working_directory,
  :launch_parameters,
  :platforms,
  :instance_families,
  :app_block_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#launch_pathString

The launch path of the application.

Returns:

  • (String)


1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
# File 'lib/aws-sdk-appstream/types.rb', line 1004

class CreateApplicationRequest < Struct.new(
  :name,
  :display_name,
  :description,
  :icon_s3_location,
  :launch_path,
  :working_directory,
  :launch_parameters,
  :platforms,
  :instance_families,
  :app_block_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the application. This name is visible to users when display name is not specified.

Returns:

  • (String)


1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
# File 'lib/aws-sdk-appstream/types.rb', line 1004

class CreateApplicationRequest < Struct.new(
  :name,
  :display_name,
  :description,
  :icon_s3_location,
  :launch_path,
  :working_directory,
  :launch_parameters,
  :platforms,
  :instance_families,
  :app_block_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#platformsArray<String>

The platforms the application supports. WINDOWS_SERVER_2019 and AMAZON_LINUX2 are supported for Elastic fleets.

Returns:

  • (Array<String>)


1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
# File 'lib/aws-sdk-appstream/types.rb', line 1004

class CreateApplicationRequest < Struct.new(
  :name,
  :display_name,
  :description,
  :icon_s3_location,
  :launch_path,
  :working_directory,
  :launch_parameters,
  :platforms,
  :instance_families,
  :app_block_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags assigned to the application.

Returns:

  • (Hash<String,String>)


1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
# File 'lib/aws-sdk-appstream/types.rb', line 1004

class CreateApplicationRequest < Struct.new(
  :name,
  :display_name,
  :description,
  :icon_s3_location,
  :launch_path,
  :working_directory,
  :launch_parameters,
  :platforms,
  :instance_families,
  :app_block_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#working_directoryString

The working directory of the application.

Returns:

  • (String)


1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
# File 'lib/aws-sdk-appstream/types.rb', line 1004

class CreateApplicationRequest < Struct.new(
  :name,
  :display_name,
  :description,
  :icon_s3_location,
  :launch_path,
  :working_directory,
  :launch_parameters,
  :platforms,
  :instance_families,
  :app_block_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end