AWS::AppStream::StackResource Type definition for AWS::AppStream::Stack
14 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AccessEndpoints | Array<AccessEndpoint> | |
ApplicationSettings | ApplicationSettings | |
AttributesToDelete | Array<string> | Write-only |
DeleteStorageConnectors | boolean | Write-only |
Description | string | |
DisplayName | string | |
EmbedHostDomains | Array<string> | |
FeedbackURL | string | |
Name | string | Create-only |
RedirectURL | string | |
StorageConnectors | Array<StorageConnector> | |
StreamingExperienceSettings | StreamingExperienceSettings | |
Tags | Array<Tag> | |
UserSettings | Array<UserSetting> |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::AppStream::Stack
Resources:
MyResource:
Type: AWS::AppStream::Stack
Properties:
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"
Name: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
appstream:CreateStackappstream:TagResourceappstream:UpdateStackappstream:DescribeStacksappstream:ListTagsForResourceappstream:TagResourceappstream:UntagResourceappstream:DescribeStacksappstream:ListTagsForResourceappstream:DeleteStackappstream:DescribeStacksappstream:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Name