Class: Aws::AppStream::Types::AppBlock
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::AppBlock
- 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
-
#app_block_errors ⇒ Array<Types::ErrorDetails>
The errors of the app block.
-
#arn ⇒ String
The ARN of the app block.
-
#created_time ⇒ Time
The created time of the app block.
-
#description ⇒ String
The description of the app block.
-
#display_name ⇒ String
The display name of the app block.
-
#name ⇒ String
The name of the app block.
-
#packaging_type ⇒ String
The packaging type of the app block.
-
#post_setup_script_details ⇒ Types::ScriptDetails
The post setup script details of the app block.
-
#setup_script_details ⇒ Types::ScriptDetails
The setup script details of the app block.
-
#source_s3_location ⇒ Types::S3Location
The source S3 location of the app block.
-
#state ⇒ String
The state of the app block.
Instance Attribute Details
#app_block_errors ⇒ Array<Types::ErrorDetails>
The errors of the app block.
108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 |
# File 'lib/aws-sdk-appstream/types.rb', line 108 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 |
#arn ⇒ String
The ARN of the app block.
108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 |
# File 'lib/aws-sdk-appstream/types.rb', line 108 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_time ⇒ Time
The created time of the app block.
108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 |
# File 'lib/aws-sdk-appstream/types.rb', line 108 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 |
#description ⇒ String
The description of the app block.
108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 |
# File 'lib/aws-sdk-appstream/types.rb', line 108 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_name ⇒ String
The display name of the app block.
108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 |
# File 'lib/aws-sdk-appstream/types.rb', line 108 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 |
#name ⇒ String
The name of the app block.
108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 |
# File 'lib/aws-sdk-appstream/types.rb', line 108 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_type ⇒ String
The packaging type of the app block.
108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 |
# File 'lib/aws-sdk-appstream/types.rb', line 108 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_details ⇒ Types::ScriptDetails
The post setup script details of the app block.
This only applies to app blocks with PackagingType ‘APPSTREAM2`.
108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 |
# File 'lib/aws-sdk-appstream/types.rb', line 108 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_details ⇒ Types::ScriptDetails
The setup script details of the app block.
This only applies to app blocks with PackagingType ‘CUSTOM`.
108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 |
# File 'lib/aws-sdk-appstream/types.rb', line 108 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_location ⇒ Types::S3Location
The source S3 location of the app block.
108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 |
# File 'lib/aws-sdk-appstream/types.rb', line 108 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 |
#state ⇒ String
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.
108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 |
# File 'lib/aws-sdk-appstream/types.rb', line 108 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 |