Class: Aws::AppStream::Types::AppBlock

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

Overview

Describes an app block.

App blocks are an Amazon AppStream 2.0 resource that stores the details about the virtual hard disk in an S3 bucket. It also stores the setup script with details about how to mount the virtual hard disk. The virtual hard disk includes the application binaries and other files necessary to launch your applications. Multiple applications can be assigned to a single app block.

This is only supported for Elastic fleets.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_block_errorsArray<Types::ErrorDetails>

The errors of the app block.

Returns:



152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
# File 'lib/aws-sdk-appstream/types.rb', line 152

class AppBlock < Struct.new(
  :name,
  :arn,
  :description,
  :display_name,
  :source_s3_location,
  :setup_script_details,
  :created_time,
  :post_setup_script_details,
  :packaging_type,
  :state,
  :app_block_errors)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The ARN of the app block.

Returns:

  • (String)


152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
# File 'lib/aws-sdk-appstream/types.rb', line 152

class AppBlock < Struct.new(
  :name,
  :arn,
  :description,
  :display_name,
  :source_s3_location,
  :setup_script_details,
  :created_time,
  :post_setup_script_details,
  :packaging_type,
  :state,
  :app_block_errors)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeTime

The created time of the app block.

Returns:

  • (Time)


152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
# File 'lib/aws-sdk-appstream/types.rb', line 152

class AppBlock < Struct.new(
  :name,
  :arn,
  :description,
  :display_name,
  :source_s3_location,
  :setup_script_details,
  :created_time,
  :post_setup_script_details,
  :packaging_type,
  :state,
  :app_block_errors)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the app block.

Returns:

  • (String)


152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
# File 'lib/aws-sdk-appstream/types.rb', line 152

class AppBlock < Struct.new(
  :name,
  :arn,
  :description,
  :display_name,
  :source_s3_location,
  :setup_script_details,
  :created_time,
  :post_setup_script_details,
  :packaging_type,
  :state,
  :app_block_errors)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

The display name of the app block.

Returns:

  • (String)


152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
# File 'lib/aws-sdk-appstream/types.rb', line 152

class AppBlock < Struct.new(
  :name,
  :arn,
  :description,
  :display_name,
  :source_s3_location,
  :setup_script_details,
  :created_time,
  :post_setup_script_details,
  :packaging_type,
  :state,
  :app_block_errors)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the app block.

Returns:

  • (String)


152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
# File 'lib/aws-sdk-appstream/types.rb', line 152

class AppBlock < Struct.new(
  :name,
  :arn,
  :description,
  :display_name,
  :source_s3_location,
  :setup_script_details,
  :created_time,
  :post_setup_script_details,
  :packaging_type,
  :state,
  :app_block_errors)
  SENSITIVE = []
  include Aws::Structure
end

#packaging_typeString

The packaging type of the app block.

Returns:

  • (String)


152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
# File 'lib/aws-sdk-appstream/types.rb', line 152

class AppBlock < Struct.new(
  :name,
  :arn,
  :description,
  :display_name,
  :source_s3_location,
  :setup_script_details,
  :created_time,
  :post_setup_script_details,
  :packaging_type,
  :state,
  :app_block_errors)
  SENSITIVE = []
  include Aws::Structure
end

#post_setup_script_detailsTypes::ScriptDetails

The post setup script details of the app block.

This only applies to app blocks with PackagingType ‘APPSTREAM2`.



152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
# File 'lib/aws-sdk-appstream/types.rb', line 152

class AppBlock < Struct.new(
  :name,
  :arn,
  :description,
  :display_name,
  :source_s3_location,
  :setup_script_details,
  :created_time,
  :post_setup_script_details,
  :packaging_type,
  :state,
  :app_block_errors)
  SENSITIVE = []
  include Aws::Structure
end

#setup_script_detailsTypes::ScriptDetails

The setup script details of the app block.

This only applies to app blocks with PackagingType ‘CUSTOM`.



152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
# File 'lib/aws-sdk-appstream/types.rb', line 152

class AppBlock < Struct.new(
  :name,
  :arn,
  :description,
  :display_name,
  :source_s3_location,
  :setup_script_details,
  :created_time,
  :post_setup_script_details,
  :packaging_type,
  :state,
  :app_block_errors)
  SENSITIVE = []
  include Aws::Structure
end

#source_s3_locationTypes::S3Location

The source S3 location of the app block.

Returns:



152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
# File 'lib/aws-sdk-appstream/types.rb', line 152

class AppBlock < Struct.new(
  :name,
  :arn,
  :description,
  :display_name,
  :source_s3_location,
  :setup_script_details,
  :created_time,
  :post_setup_script_details,
  :packaging_type,
  :state,
  :app_block_errors)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the app block.

An app block with AppStream 2.0 packaging will be in the ‘INACTIVE` state if no application package (VHD) is assigned to it. After an application package (VHD) is created by an app block builder for an app block, it becomes `ACTIVE`.

Custom app blocks are always in the ‘ACTIVE` state and no action is required to use them.

Returns:

  • (String)


152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
# File 'lib/aws-sdk-appstream/types.rb', line 152

class AppBlock < Struct.new(
  :name,
  :arn,
  :description,
  :display_name,
  :source_s3_location,
  :setup_script_details,
  :created_time,
  :post_setup_script_details,
  :packaging_type,
  :state,
  :app_block_errors)
  SENSITIVE = []
  include Aws::Structure
end