AWS GameLift Build
This page shows how to write Terraform and CloudFormation for GameLift Build and write them securely.
aws_gamelift_build (Terraform)
The Build in GameLift can be configured in Terraform with the resource name aws_gamelift_build. The following sections describe how to use the resource and its parameters.
Example Usage from GitHub
An example could not be found in GitHub.
Parameters
-
arnoptional computed - string -
idoptional computed - string -
namerequired - string -
operating_systemrequired - string -
tagsoptional - map from string to string -
versionoptional - string -
storage_locationlist block
Explanation in Terraform Registry
Provides an Gamelift Build resource.
AWS::GameLift::Build (CloudFormation)
The Build in GameLift can be configured in CloudFormation with the resource name AWS::GameLift::Build. The following sections describe how to use the resource and its parameters.
Example Usage from GitHub
An example could not be found in GitHub.
Parameters
-
Nameoptional - String -
OperatingSystemoptional - String -
StorageLocationoptional - S3Location -
Versionoptional - String
Explanation in CloudFormation Registry
The
AWS::GameLift::Buildresource creates a game server build that is installed and run on instances in an Amazon GameLift fleet. This resource points to an Amazon S3 location that contains a zip file with all of the components of the game server build.