AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the CreateAppBlock operation. Creates 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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.AppStream.AmazonAppStreamRequest
      Amazon.AppStream.Model.CreateAppBlockRequest

Namespace: Amazon.AppStream.Model
Assembly: AWSSDK.AppStream.dll
Version: 3.x.y.z

Syntax

C#
public class CreateAppBlockRequest : AmazonAppStreamRequest
         IAmazonWebServiceRequest

The CreateAppBlockRequest type exposes the following members

Constructors

NameDescription
Public Method CreateAppBlockRequest()

Properties

NameTypeDescription
Public Property Description System.String

Gets and sets the property Description.

The description of the app block.

Public Property DisplayName System.String

Gets and sets the property DisplayName.

The display name of the app block. This is not displayed to the user.

Public Property Name System.String

Gets and sets the property Name.

The name of the app block.

Public Property PackagingType Amazon.AppStream.PackagingType

Gets and sets the property PackagingType.

The packaging type of the app block.

Public Property PostSetupScriptDetails Amazon.AppStream.Model.ScriptDetails

Gets and sets the property PostSetupScriptDetails.

The post setup script details of the app block. This can only be provided for the APPSTREAM2 PackagingType.

Public Property SetupScriptDetails Amazon.AppStream.Model.ScriptDetails

Gets and sets the property SetupScriptDetails.

The setup script details of the app block. This must be provided for the CUSTOM PackagingType.

Public Property SourceS3Location Amazon.AppStream.Model.S3Location

Gets and sets the property SourceS3Location.

The source S3 location of the app block.

Public Property Tags System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Tags.

The tags assigned to the app block.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5