AWS::AppStream::AppBlockResource Type definition for AWS::AppStream::AppBlock
8 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
SourceS3Location | S3Location | RequiredCreate-only |
Description | string | Create-only |
DisplayName | string | Create-only |
PackagingType | string | Create-only |
PostSetupScriptDetails | ScriptDetails | Create-only |
SetupScriptDetails | ScriptDetails | Create-only |
Tags | Array<Tag> |
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::AppBlock
Resources:
MyResource:
Type: AWS::AppStream::AppBlock
Properties:
Name: "my-name"
SourceS3Location: "value"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
appstream:CreateAppBlockappstream:TagResources3:GetObjects3:ListBuckets3:GetBucketOwnershipControlsappstream:DescribeAppBlocksappstream:ListTagsForResourceappstream:DeleteAppBlockappstream:DescribeAppBlocksappstream:DescribeAppBlocksappstream:TagResourceappstream:UntagResourceOur 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.
NameDisplayNameDescriptionSourceS3LocationSetupScriptDetailsPackagingTypePostSetupScriptDetails