AWS::AppStream::ImageBuilderResource Type definition for AWS::AppStream::ImageBuilder
16 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
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 |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
StreamingUrl | string | - |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
appstream:CreateImageBuilderappstream:CreateImageBuilderStreamingURLappstream:CreateStreamingURLappstream:DeleteImageBuilderappstream:DescribeImageBuildersappstream:StartImageBuilderappstream:StopImageBuilderappstream:TagResourceiam:CreateServiceLinkedRoleiam:DeleteServiceLinkedRoleiam:GetServiceLinkedRoleDeletionStatusiam:PassRoleappstream:CreateImageBuilderStreamingURLappstream:DescribeImageBuildersappstream:ListTagsForResourceiam:CreateServiceLinkedRoleiam:DeleteServiceLinkedRoleiam:GetServiceLinkedRoleDeletionStatusappstream:DeleteImageBuilderappstream:DescribeImageBuildersappstream:ListTagsForResourceappstream:StartImageBuilderappstream:StopImageBuilderiam:CreateServiceLinkedRoleiam:DeleteServiceLinkedRoleiam:GetServiceLinkedRoleDeletionStatusappstream:DescribeImageBuildersappstream:ListTagsForResourceiam:CreateServiceLinkedRoleiam:DeleteServiceLinkedRoleiam:GetServiceLinkedRoleDeletionStatusOur 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