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 CreateAppBlockBuilder operation. Creates an app block builder.

Inheritance Hierarchy

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

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

Syntax

C#
public class CreateAppBlockBuilderRequest : AmazonAppStreamRequest
         IAmazonWebServiceRequest

The CreateAppBlockBuilderRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AccessEndpoints System.Collections.Generic.List<Amazon.AppStream.Model.AccessEndpoint>

Gets and sets the property AccessEndpoints.

The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.

Public Property Description System.String

Gets and sets the property Description.

The description of the app block builder.

Public Property DisplayName System.String

Gets and sets the property DisplayName.

The display name of the app block builder.

Public Property EnableDefaultInternetAccess System.Boolean

Gets and sets the property EnableDefaultInternetAccess.

Enables or disables default internet access for the app block builder.

Public Property IamRoleArn System.String

Gets and sets the property IamRoleArn.

The Amazon Resource Name (ARN) of the IAM role to apply to the app block builder. To assume a role, the app block builder calls the AWS Security Token Service (STS) AssumeRole API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the appstream_machine_role credential profile on the instance.

For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.

Public Property InstanceType System.String

Gets and sets the property InstanceType.

The instance type to use when launching the app block builder. The following instance types are available:

  • stream.standard.small

  • stream.standard.medium

  • stream.standard.large

  • stream.standard.xlarge

  • stream.standard.2xlarge

Public Property Name System.String

Gets and sets the property Name.

The unique name for the app block builder.

Public Property Platform Amazon.AppStream.AppBlockBuilderPlatformType

Gets and sets the property Platform.

The platform of the app block builder.

WINDOWS_SERVER_2019 is the only valid value.

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

Gets and sets the property Tags.

The tags to associate with the app block builder. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=.

If you do not specify a value, the value is set to an empty string.

Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:

_ . : / = + \ - @

For more information, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.

Public Property VpcConfig Amazon.AppStream.Model.VpcConfig

Gets and sets the property VpcConfig.

The VPC configuration for the app block builder.

App block builders require that you specify at least two subnets in different availability zones.

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