builds_list_only
Lists builds in a region or regions, for all properties use builds
Overview
| Name | builds_list_only |
| Type | Resource |
| Description | Resource Type definition for AWS::GameLift::Build |
| Id | aws.gamelift.builds_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
build_id | 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 is created. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
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