Amazon GameLift · Schema
DescribeFleetPortSettingsOutput
DescribeFleetPortSettingsOutput schema from Amazon GameLift API
Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQ
Properties
| Name | Type | Description |
|---|---|---|
| FleetId | object | |
| FleetArn | object | |
| InboundPermissions | object | |
| UpdateStatus | object | |
| Location | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/json-schema/gamelift-describe-fleet-port-settings-output-schema.json",
"title": "DescribeFleetPortSettingsOutput",
"description": "DescribeFleetPortSettingsOutput schema from Amazon GameLift API",
"type": "object",
"properties": {
"FleetId": {
"allOf": [
{
"$ref": "#/components/schemas/FleetId"
},
{
"description": "A unique identifier for the fleet that was requested. "
}
]
},
"FleetArn": {
"allOf": [
{
"$ref": "#/components/schemas/FleetArn"
},
{
"description": "The Amazon Resource Name (<a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/s3-arn-format.html\">ARN</a>) that is assigned to a Amazon GameLift fleet resource and uniquely identifies it. ARNs are unique across all Regions. Format is <code>arn:aws:gamelift:<region>::fleet/fleet-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912</code>."
}
]
},
"InboundPermissions": {
"allOf": [
{
"$ref": "#/components/schemas/IpPermissionsList"
},
{
"description": "The port settings for the requested fleet ID."
}
]
},
"UpdateStatus": {
"allOf": [
{
"$ref": "#/components/schemas/LocationUpdateStatus"
},
{
"description": "The current status of updates to the fleet's port settings in the requested fleet location. A status of <code>PENDING_UPDATE</code> indicates that an update was requested for the fleet but has not yet been completed for the location."
}
]
},
"Location": {
"allOf": [
{
"$ref": "#/components/schemas/LocationStringModel"
},
{
"description": "The requested fleet location, expressed as an Amazon Web Services Region code, such as <code>us-west-2</code>. "
}
]
}
}
}