Skip to main content

builds

Retrieves a list of builds in a region

Overview

Namebuilds
TypeResource
Descriptionbuilds
Idawscc.gamelift.builds

Fields

NameDatatypeDescription
build_idstringA 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.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
build_id
FROM awscc.gamelift.builds
WHERE region = 'us-east-1'

Permissions

To operate on the builds resource, the following permissions are required:

Create

gamelift:DescribeBuild,
gamelift:CreateBuild

List

gamelift:ListBuilds