AWS::GameLift::BuildResource Type definition for AWS::GameLift::Build
6 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | |
OperatingSystem | string | Create-only |
ServerSdkVersion | string | Create-only |
StorageLocation | StorageLocation | Create-onlyWrite-only |
Tags | Array<Tag> | |
Version | string |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
BuildArn | string | 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 | 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... |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::GameLift::Build
Resources:
MyResource:
Type: AWS::GameLift::Build
Properties:
Tags:
- Key: Environment
Value: Production
Name: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
gamelift:DescribeBuildgamelift:CreateBuildgamelift:ListTagsForResourcegamelift:TagResourceiam:PassRolegamelift:DescribeBuildgamelift:ListTagsForResourcegamelift:UpdateBuildgamelift:DescribeBuildgamelift:TagResourcegamelift:UntagResourcegamelift:ListTagsForResourcegamelift:DescribeBuildgamelift:DeleteBuildgamelift:ListBuildsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterBuildIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
StorageLocationOperatingSystemServerSdkVersion