AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the CreateFleetLocations operation.
Adds remote locations to a fleet and begins populating the new locations with EC2
instances. The new instances conform to the fleet's instance type, auto-scaling, and
other configuration settings.
This operation cannot be used with fleets that don't support remote locations. Fleets
can have multiple locations only if they reside in Amazon Web Services Regions that
support this feature and were created after the feature was released in March 2021.
To add fleet locations, specify the fleet to be updated and provide a list of one or more locations.
If successful, this operation returns the list of added locations with their status
set to NEW
. GameLift initiates the process of starting an instance in
each added location. You can track the status of each new location by monitoring location
creation events using DescribeFleetEvents.
Learn more
Namespace: Amazon.GameLift.Model
Assembly: AWSSDK.GameLift.dll
Version: 3.x.y.z
public class CreateFleetLocationsRequest : AmazonGameLiftRequest IAmazonWebServiceRequest
The CreateFleetLocationsRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
CreateFleetLocationsRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
FleetId | System.String |
Gets and sets the property FleetId. A unique identifier for the fleet to add locations to. You can use either the fleet ID or ARN value. |
![]() |
Locations | System.Collections.Generic.List<Amazon.GameLift.Model.LocationConfiguration> |
Gets and sets the property Locations.
A list of locations to deploy additional instances to and manage as part of the fleet.
You can add any GameLift-supported Amazon Web Services Region as a remote location,
in the form of an Amazon Web Services Region code such as |
.NET Core App:
Supported in: 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5, 4.0, 3.5