builds
Retrieves a list of builds
in a region
Overview
Name | builds |
Type | Resource |
Description | builds |
Id | awscc.gamelift.builds |
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
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