AWS Fundamentals Logo
AWS Fundamentals
AWS::AppStream::ImageBuilder

AppStream ImageBuilder

Resource Type definition for AWS::AppStream::ImageBuilder

Properties

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

Filter:
PropertyTypeFlags
InstanceType
string
Required
Name
string
RequiredCreate-only
AccessEndpoints
Array<AccessEndpoint>
AppstreamAgentVersion
string
Description
string
DisplayName
string
DomainJoinInfo
DomainJoinInfo
EnableDefaultInternetAccess
boolean
IamRoleArn
string
ImageArn
string
ImageName
string
Write-only
RootVolumeConfig
VolumeConfig
SoftwaresToInstall
Array<string>
Write-only
SoftwaresToUninstall
Array<string>
Write-only
Tags
Array<Tag>
VpcConfig
VpcConfig

Return Values

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

AttributeTypeDescription
StreamingUrlstring-

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::ImageBuilder

Resources:
  MyResource:
    Type: AWS::AppStream::ImageBuilder
    Properties:
      InstanceType: "value"
      Name: "my-name"
      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:CreateImageBuilderappstream:CreateImageBuilderStreamingURLappstream:CreateStreamingURLappstream:DeleteImageBuilderappstream:DescribeImageBuildersappstream:StartImageBuilderappstream:StopImageBuilderappstream:TagResourceiam:CreateServiceLinkedRoleiam:DeleteServiceLinkedRoleiam:GetServiceLinkedRoleDeletionStatusiam:PassRole

read

appstream:CreateImageBuilderStreamingURLappstream:DescribeImageBuildersappstream:ListTagsForResourceiam:CreateServiceLinkedRoleiam:DeleteServiceLinkedRoleiam:GetServiceLinkedRoleDeletionStatus

delete

appstream:DeleteImageBuilderappstream:DescribeImageBuildersappstream:ListTagsForResourceappstream:StartImageBuilderappstream:StopImageBuilderiam:CreateServiceLinkedRoleiam:DeleteServiceLinkedRoleiam:GetServiceLinkedRoleDeletionStatus

list

appstream:DescribeImageBuildersappstream:ListTagsForResourceiam:CreateServiceLinkedRoleiam:DeleteServiceLinkedRoleiam:GetServiceLinkedRoleDeletionStatus

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
Properties17
Required2
TaggingNot supported
Primary IDName

Supported Operations

CreateReadDeleteList

Immutable After Creation

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

Name

External Links