AWS Fundamentals Logo
AWS Fundamentals
AWS::AppStream::AppBlock

AppStream AppBlock

Resource Type definition for AWS::AppStream::AppBlock

Properties

8 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
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>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring-
CreatedTimestring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

appstream:CreateAppBlockappstream:TagResources3:GetObjects3:ListBuckets3:GetBucketOwnershipControls

read

appstream:DescribeAppBlocksappstream:ListTagsForResource

delete

appstream:DeleteAppBlockappstream:DescribeAppBlocks

update

appstream:DescribeAppBlocksappstream:TagResourceappstream:UntagResource

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceAppStream
Properties10
Required2
TaggingSupported
Primary IDArn

Supported Operations

CreateReadDeleteUpdate

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

NameDisplayNameDescriptionSourceS3LocationSetupScriptDetailsPackagingTypePostSetupScriptDetails

External Links