Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
Update aws-innovation-sandbox-appstream.template
Browse files Browse the repository at this point in the history
Fix incorrect parameter names
  • Loading branch information
limejuny committed Nov 29, 2022
1 parent 4c7b727 commit e9b75c1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Parameters:
Type: String
Description: (Required) AppStream 2.0 Fleet Name
Default: AppStreamSandboxFleet
AppStreamImageArn:
AppStreamImageName:
Type: String
Default: "Amazon-AppStream2-Sample-Image-02-04-2019"
AppStreamInstanceType:
Expand Down Expand Up @@ -70,7 +70,7 @@ Resources:
DisplayName: AppStream 2.0 Sandbox Fleet
EnableDefaultInternetAccess: False
FleetType: ON_DEMAND
ImageName: !Ref AppStreamImageArn
ImageName: !Ref AppStreamImageName
InstanceType: !Ref AppStreamInstanceType
Name: !Ref AppStreamFleetName
VpcConfig:
Expand Down

0 comments on commit e9b75c1

Please sign in to comment.