AWS SDK Version 3 for .NET
API Reference

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 UpdateFleetPortSettings operation. Updates permissions that allow inbound traffic to connect to game sessions in the fleet.

To update settings, specify the fleet ID to be updated and specify the changes to be made. List the permissions you want to add in InboundPermissionAuthorizations, and permissions you want to remove in InboundPermissionRevocations. Permissions to be removed must match existing fleet permissions.

For a container fleet, inbound permissions must specify port numbers that are defined in the fleet's connection port settings.

If successful, the fleet ID for the updated fleet is returned. For fleets with remote locations, port setting updates can take time to propagate across all locations. You can check the status of updates in each location by calling DescribeFleetPortSettings with a location name.

Learn more

Setting up Amazon GameLift fleets

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.GameLift.AmazonGameLiftRequest
      Amazon.GameLift.Model.UpdateFleetPortSettingsRequest

Namespace: Amazon.GameLift.Model
Assembly: AWSSDK.GameLift.dll
Version: 3.x.y.z

Syntax

C#
public class UpdateFleetPortSettingsRequest : AmazonGameLiftRequest
         IAmazonWebServiceRequest

The UpdateFleetPortSettingsRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property FleetId System.String

Gets and sets the property FleetId.

A unique identifier for the fleet to update port settings for. You can use either the fleet ID or ARN value.

Public Property InboundPermissionAuthorizations System.Collections.Generic.List<Amazon.GameLift.Model.IpPermission>

Gets and sets the property InboundPermissionAuthorizations.

A collection of port settings to be added to the fleet resource.

Public Property InboundPermissionRevocations System.Collections.Generic.List<Amazon.GameLift.Model.IpPermission>

Gets and sets the property InboundPermissionRevocations.

A collection of port settings to be removed from the fleet resource.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5