Skip to content

/AWS1/CL_APS=>CREATESTACK()

About CreateStack

Creates a stack to start streaming applications to users. A stack consists of an associated fleet, user access policies, and storage configurations.

Method Signature

IMPORTING

Required arguments:

IV_NAME TYPE /AWS1/APSNAME /AWS1/APSNAME

The name of the stack.

Optional arguments:

IV_DESCRIPTION TYPE /AWS1/APSDESCRIPTION /AWS1/APSDESCRIPTION

The description to display.

IV_DISPLAYNAME TYPE /AWS1/APSDISPLAYNAME /AWS1/APSDISPLAYNAME

The stack name to display.

IT_STORAGECONNECTORS TYPE /AWS1/CL_APSSTORAGECONNECTOR=>TT_STORAGECONNECTORLIST TT_STORAGECONNECTORLIST

The storage connectors to enable.

IV_REDIRECTURL TYPE /AWS1/APSREDIRECTURL /AWS1/APSREDIRECTURL

The URL that users are redirected to after their streaming session ends.

IV_FEEDBACKURL TYPE /AWS1/APSFEEDBACKURL /AWS1/APSFEEDBACKURL

The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.

IT_USERSETTINGS TYPE /AWS1/CL_APSUSERSETTING=>TT_USERSETTINGLIST TT_USERSETTINGLIST

The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.

IO_APPLICATIONSETTINGS TYPE REF TO /AWS1/CL_APSAPPLICATIONSTGS /AWS1/CL_APSAPPLICATIONSTGS

The persistent application settings for users of a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.

IT_TAGS TYPE /AWS1/CL_APSTAGS_W=>TT_TAGS TT_TAGS

The tags to associate with the stack. 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 about tags, see Tagging Your Resources 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. Users of the stack can connect to AppStream 2.0 only through the specified endpoints.

IT_EMBEDHOSTDOMAINS TYPE /AWS1/CL_APSEMBEDHOSTDOMAINS_W=>TT_EMBEDHOSTDOMAINS TT_EMBEDHOSTDOMAINS

The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.

IO_STREAMINGEXPERIENCESTGS TYPE REF TO /AWS1/CL_APSSTRMINGEXPERIENC00 /AWS1/CL_APSSTRMINGEXPERIENC00

The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_APSCREATESTACKRESULT /AWS1/CL_APSCREATESTACKRESULT