Skip to main content

builds_list_only

Lists builds in a region or regions, for all properties use builds

Overview

Namebuilds_list_only
TypeResource
DescriptionResource Type definition for AWS::GameLift::Build
Idaws.gamelift.builds_list_only

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

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all builds in a region.

SELECT
region,
build_id
FROM aws.gamelift.builds_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the builds_list_only resource, see builds