AWS::AppStream::Stack
The AWS::AppStream::Stack resource creates a stack to start streaming
applications to Amazon AppStream 2.0 users. For more information, see CreateStack in the
Amazon AppStream 2.0 API Reference.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::AppStream::Stack", "Properties" : { "ApplicationSettings" : ApplicationSettings, "AttributesToDelete" : [String, ... ], "DeleteStorageConnectors" :Boolean, "Description" :String, "DisplayName" :String, "FeedbackURL" :String, "Name" :String, "RedirectURL" :String, "StorageConnectors" : [ StorageConnector, ... ], "UserSettings" : [ UserSetting, ... ] } }
YAML
Type: "AWS::AppStream::Stack" Properties: ApplicationSettings: ApplicationSettings AttributesToDelete: -StringDeleteStorageConnectors:BooleanDescription:StringDisplayName:StringFeedbackURL:StringName:StringRedirectURL:StringStorageConnectors: - StorageConnector UserSettings: - UserSetting
Properties
ApplicationSettings-
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.
Required: No
Type: ApplicationSettings
Update requires: No interruption
AttributesToDelete-
The stack attributes to delete.
Required: No
Type: List of String values
Update requires: No interruption
DeleteStorageConnectors-
This parameter has been deprecated.
Deletes the storage connectors currently enabled for the stack.
Required: No
Type: Boolean
Update requires: No interruption
Description-
The description to display.
Required: No
Type: String
Update requires: No interruption
DisplayName-
The stack name to display.
Required: No
Type: String
Update requires: No interruption
FeedbackURL-
The URL that users are redirected to after they choose the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.
Required: No
Type: String
Update requires: No interruption
Name-
The name of the stack.
Required: True
Type: String
Update requires: Replacement
RedirectURL-
The URL that users are redirected to after their streaming session ends.
Required: No
Type: String
Update requires: No interruption
StorageConnectors-
The storage connectors to enable.
Required: No
Type: List of StorageConnector property types
Update requires: No interruption
UserSettings-
The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.
Required: No
Type: List of UserSetting property types
Update requires: No interruption
See Also
-
CreateStack in the Amazon AppStream 2.0 API Reference
