Skip to main content

fleets

Retrieves a list of fleets in a region

Overview

Namefleets
TypeResource
Descriptionfleets
Idawscc.gamelift.fleets

Fields

NameDatatypeDescription
fleet_idstringUnique fleet ID
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
fleet_id
FROM awscc.gamelift.fleets
WHERE region = 'us-east-1'

Permissions

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

Create

gamelift:CreateFleet,
gamelift:DescribeFleetAttributes,
gamelift:DescribeFleetLocationAttributes,
gamelift:UpdateFleetCapacity,
gamelift:DescribeFleetLocationCapacity,
gamelift:PutScalingPolicy,
gamelift:DescribeScalingPolicies

List

gamelift:ListFleets