AWS::AppStream::ApplicationResource Type definition for AWS::AppStream::Application
12 configurable properties. 6 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AppBlockArn | string | Required |
IconS3Location | S3Location | Required |
InstanceFamilies | Array<string> | RequiredCreate-only |
LaunchPath | string | Required |
Name | string | RequiredCreate-only |
Platforms | Array<string> | RequiredCreate-only |
AttributesToDelete | Array<string> | Write-only |
Description | string | |
DisplayName | string | |
LaunchParameters | string | |
Tags | Array<Tag> | |
WorkingDirectory | string |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
CreatedTime | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::AppStream::Application
Resources:
MyResource:
Type: AWS::AppStream::Application
Properties:
Name: "my-name"
IconS3Location: "value"
LaunchPath: "value"
Platforms: []
InstanceFamilies: []
AppBlockArn: "arn:aws:service:region:account:resource"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
s3:GetObjectappstream:CreateApplicationappstream:TagResourceappstream:DescribeApplicationsappstream:ListTagsForResourceappstream:UpdateApplicationappstream:DescribeApplicationsappstream:TagResourceappstream:UntagResources3:GetObjectappstream:DeleteApplicationappstream:DescribeApplicationsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
NameInstanceFamiliesPlatforms