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 UpdateAppBlockBuilder operation. Updates an app block builder.
If the app block builder is in the STARTING
or STOPPING
state, you can't
update it. If the app block builder is in the RUNNING
state, you can only update
the DisplayName and Description. If the app block builder is in the STOPPED
state, you can update any attribute except the Name.
Namespace: Amazon.AppStream.Model
Assembly: AWSSDK.AppStream.dll
Version: 3.x.y.z
public class UpdateAppBlockBuilderRequest : AmazonAppStreamRequest IAmazonWebServiceRequest
The UpdateAppBlockBuilderRequest type exposes the following members
Name | Description | |
---|---|---|
UpdateAppBlockBuilderRequest() |
Name | Type | Description | |
---|---|---|---|
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. |
|
AttributesToDelete | System.Collections.Generic.List<System.String> |
Gets and sets the property AttributesToDelete. The attributes to delete from the app block builder. |
|
Description | System.String |
Gets and sets the property Description. The description of the app block builder. |
|
DisplayName | System.String |
Gets and sets the property DisplayName. The display name of the app block builder. |
|
EnableDefaultInternetAccess | System.Boolean |
Gets and sets the property EnableDefaultInternetAccess. Enables or disables default internet access for the app block builder. |
|
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)
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. |
|
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:
|
|
Name | System.String |
Gets and sets the property Name. The unique name for the app block builder. |
|
Platform | Amazon.AppStream.PlatformType |
Gets and sets the property Platform. The platform of the app block builder.
|
|
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. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5