/AWS1/CL_GML=>UPDATEFLEETPORTSETTINGS()
¶
About UpdateFleetPortSettings¶
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.
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
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_FLEETID
TYPE /AWS1/GMLFLEETIDORARN
/AWS1/GMLFLEETIDORARN
¶
A unique identifier for the fleet to update port settings for. You can use either the fleet ID or ARN value.
Optional arguments:¶
IT_INBOUNDPERMISSIONAUTHS
TYPE /AWS1/CL_GMLIPPERMISSION=>TT_IPPERMISSIONSLIST
TT_IPPERMISSIONSLIST
¶
A collection of port settings to be added to the fleet resource.
IT_INBOUNDPERMREVOCATIONS
TYPE /AWS1/CL_GMLIPPERMISSION=>TT_IPPERMISSIONSLIST
TT_IPPERMISSIONSLIST
¶
A collection of port settings to be removed from the fleet resource.