Amazon GameLift · JSON Structure

Gamelift Resolve Alias Input Structure

ResolveAliasInput schema from Amazon GameLift API

Type: object Properties: 1 Required: 1
Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQ

ResolveAliasInput is a JSON Structure definition published by Amazon GameLift, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

AliasId

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/json-structure/gamelift-resolve-alias-input-structure.json",
  "name": "ResolveAliasInput",
  "description": "ResolveAliasInput schema from Amazon GameLift API",
  "type": "object",
  "properties": {
    "AliasId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AliasIdOrArn"
        },
        {
          "description": "The unique identifier of the alias that you want to retrieve a fleet ID for. You can use either the alias ID or ARN value."
        }
      ]
    }
  },
  "required": [
    "AliasId"
  ]
}