Uses of Class
software.amazon.awscdk.services.appstream.CfnStack.Builder
Package
Description
Amazon AppStream 2.0 Construct Library
-
Uses of CfnStack.Builder in software.amazon.awscdk.services.appstream
Modifier and TypeMethodDescriptionCfnStack.Builder.accessEndpoints
(List<? extends Object> accessEndpoints) The list of virtual private cloud (VPC) interface endpoint objects.CfnStack.Builder.accessEndpoints
(IResolvable accessEndpoints) The list of virtual private cloud (VPC) interface endpoint objects.CfnStack.Builder.applicationSettings
(IResolvable applicationSettings) The persistent application settings for users of the stack.CfnStack.Builder.applicationSettings
(CfnStack.ApplicationSettingsProperty applicationSettings) The persistent application settings for users of the stack.CfnStack.Builder.attributesToDelete
(List<String> attributesToDelete) The stack attributes to delete.static CfnStack.Builder
CfnStack.Builder.deleteStorageConnectors
(Boolean deleteStorageConnectors) This parameter has been deprecated..CfnStack.Builder.deleteStorageConnectors
(IResolvable deleteStorageConnectors) This parameter has been deprecated..CfnStack.Builder.description
(String description) The description to display.CfnStack.Builder.displayName
(String displayName) The stack name to display.CfnStack.Builder.embedHostDomains
(List<String> embedHostDomains) The domains where AppStream 2.0 streaming sessions can be embedded in an iframe.CfnStack.Builder.feedbackUrl
(String feedbackUrl) The URL that users are redirected to after they click the Send Feedback link.The name of the stack.CfnStack.Builder.redirectUrl
(String redirectUrl) The URL that users are redirected to after their streaming session ends.CfnStack.Builder.storageConnectors
(List<? extends Object> storageConnectors) The storage connectors to enable.CfnStack.Builder.storageConnectors
(IResolvable storageConnectors) The storage connectors to enable.CfnStack.Builder.streamingExperienceSettings
(IResolvable streamingExperienceSettings) The streaming protocol that you want your stack to prefer.CfnStack.Builder.streamingExperienceSettings
(CfnStack.StreamingExperienceSettingsProperty streamingExperienceSettings) The streaming protocol that you want your stack to prefer.An array of key-value pairs.CfnStack.Builder.userSettings
(List<? extends Object> userSettings) The actions that are enabled or disabled for users during their streaming sessions.CfnStack.Builder.userSettings
(IResolvable userSettings) The actions that are enabled or disabled for users during their streaming sessions.