Amazon GameLift · Schema

CustomLocationNameOrArnModel

CustomLocationNameOrArnModel schema from Amazon GameLift API

Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQ
View JSON Schema on GitHub

JSON Schema

gamelift-custom-location-name-or-arn-model-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/json-schema/gamelift-custom-location-name-or-arn-model-schema.json",
  "title": "CustomLocationNameOrArnModel",
  "description": "CustomLocationNameOrArnModel schema from Amazon GameLift API",
  "type": "string",
  "pattern": "^custom-[A-Za-z0-9\\-]+|^arn:.*:location\\/custom-\\S+",
  "minLength": 1,
  "maxLength": 128
}