---
type: resource-type
title: Build
description: aws resource type AWS::GameLift::Build
name: Build
lexicon: aws
resource_type: AWS::GameLift::Build
---
`AWS::GameLift::Build`, a resource type of the aws lexicon.

## Properties

- `BuildArn` (`string`, optional): The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift build resource and uniquely identifies it. ARNs are unique across all Regions. In a GameLift build ARN, the resource ID matches the BuildId value.
- `BuildId` (`string`, optional): A unique identifier for a build to be deployed on the new fleet. If you are deploying the fleet with a custom game build, you must specify this property. The build must have been successfully uploaded to Amazon GameLift and be in a READY status. This fleet setting cannot be changed once the fleet is created.
- `Name` (`string`, optional): A descriptive label that is associated with a build. Build names do not need to be unique.
- `OperatingSystem` (`"AMAZON_LINUX" | "AMAZON_LINUX_2" | "AMAZON_LINUX_2023" | "WINDOWS_2012" | "WINDOWS_2016" | "WINDOWS_2022"`, optional): The operating system that the game server binaries are built to run on. This value determines the type of fleet resources that you can use for this build. If your game build contains multiple executables, they all must run on the same operating system. If an operating system is not specified when creating a build, Amazon GameLift uses the default value (WINDOWS_2012). This value cannot be changed later.
- `ServerSdkVersion` (`string`, optional): A server SDK version you used when integrating your game server build with Amazon GameLift. By default Amazon GameLift sets this value to 4.0.2.
- `StorageLocation` (`Build_StorageLocation`, optional): Information indicating where your game build files are stored. Use this parameter only when creating a build with files stored in an Amazon S3 bucket that you own. The storage location must specify an Amazon S3 bucket name and key. The location must also specify a role ARN that you set up to allow Amazon GameLift to access your Amazon S3 bucket. The S3 bucket and your new build must be in the same Region.
- `Tags` (`Build_Tag[]`, optional): An array of key-value pairs to apply to this resource.
- `Version` (`string`, optional): Version information that is associated with this build. Version strings do not need to be unique.

## Attributes

- `BuildArn`
- `BuildId`

## Governed by

- [COR020](/rules/COR020.md): Circular resource dependency — detects cycles in the resource dependency graph
- [WAW015](/rules/WAW015.md): Circular dependency between nested stacks would cause infinite build recursion
