AWS::AppStream::StackThe `AWS::AppStream::Stack` resource creates a stack to start streaming applications to Amazon AppStream 2.0 users. A stack consists of an associated fleet, user access policies, and storage configurations.
import { CfnStack } from 'aws-cdk-lib/aws-appstream';Or use the module namespace:
import * as appstream from 'aws-cdk-lib/aws-appstream';
// appstream.CfnStackConfiguration passed to the constructor as CfnStackProps.
accessEndpointsOptionalIResolvable | IResolvable | AccessEndpointProperty[]The list of virtual private cloud (VPC) interface endpoint objects. Users of the stack can connect to WorkSpaces Applications only through the specified endpoints.
applicationSettingsOptionalIResolvable | ApplicationSettingsPropertyThe persistent application settings for users of the 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.
attributesToDeleteOptionalstring[]The stack attributes to delete.
deleteStorageConnectorsOptionalboolean | IResolvable*This parameter has been deprecated.*. Deletes the storage connectors currently enabled for the stack.
descriptionOptionalstringThe description to display.
displayNameOptionalstringThe stack name to display.
embedHostDomainsOptionalstring[]The domains where WorkSpaces Applications streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded WorkSpaces Applications streaming sessions.
feedbackUrlOptionalstringThe URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.
nameOptionalstringThe name of the stack.
redirectUrlOptionalstringThe URL that users are redirected to after their streaming session ends.
storageConnectorsOptionalIResolvable | IResolvable | StorageConnectorProperty[]The storage connectors to enable.
streamingExperienceSettingsOptionalIResolvable | StreamingExperienceSettingsPropertyThe streaming protocol that you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.
tagsOptionalCfnTag[]An array of key-value pairs.
userSettingsOptionalIResolvable | IResolvable | UserSettingProperty[]The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-appstreamAWS::AppStream::Stack