Skip to content

/AWS1/CL_APS=>UPDATEAPPBLOCKBUILDER()

About UpdateAppBlockBuilder

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.

Method Signature

IMPORTING

Required arguments:

IV_NAME TYPE /AWS1/APSNAME /AWS1/APSNAME

The unique name for the app block builder.

Optional arguments:

IV_DESCRIPTION TYPE /AWS1/APSDESCRIPTION /AWS1/APSDESCRIPTION

The description of the app block builder.

IV_DISPLAYNAME TYPE /AWS1/APSDISPLAYNAME /AWS1/APSDISPLAYNAME

The display name of the app block builder.

IV_PLATFORM TYPE /AWS1/APSPLATFORMTYPE /AWS1/APSPLATFORMTYPE

The platform of the app block builder.

WINDOWS_SERVER_2019 is the only valid value.

IV_INSTANCETYPE TYPE /AWS1/APSSTRING /AWS1/APSSTRING

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

IO_VPCCONFIG TYPE REF TO /AWS1/CL_APSVPCCONFIG /AWS1/CL_APSVPCCONFIG

The VPC configuration for the app block builder.

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

IV_ENABLEDEFINTERNETACCESS TYPE /AWS1/APSBOOLEANOBJECT /AWS1/APSBOOLEANOBJECT

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

IV_IAMROLEARN TYPE /AWS1/APSARN /AWS1/APSARN

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.

IT_ACCESSENDPOINTS TYPE /AWS1/CL_APSACCESSENDPOINT=>TT_ACCESSENDPOINTLIST TT_ACCESSENDPOINTLIST

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

IT_ATTRIBUTESTODELETE TYPE /AWS1/CL_APSAPPBLKBUILDERATT00=>TT_APPBLOCKBUILDERATTRIBUTES TT_APPBLOCKBUILDERATTRIBUTES

The attributes to delete from the app block builder.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_APSUPAPPBLKBUILDERRS /AWS1/CL_APSUPAPPBLKBUILDERRS