Amazon GameLift · Schema

ListTagsForResourceRequest

ListTagsForResourceRequest schema from Amazon GameLift API

Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQ

Properties

Name Type Description
ResourceARN object
View JSON Schema on GitHub

JSON Schema

gamelift-list-tags-for-resource-request-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-list-tags-for-resource-request-schema.json",
  "title": "ListTagsForResourceRequest",
  "description": "ListTagsForResourceRequest schema from Amazon GameLift API",
  "type": "object",
  "properties": {
    "ResourceARN": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AmazonResourceName"
        },
        {
          "description": "The Amazon Resource Name (<a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/s3-arn-format.html\">ARN</a>) that uniquely identifies the Amazon GameLift resource that you want to retrieve tags for. Amazon GameLift includes resource ARNs in the data object for the resource. You can retrieve the ARN by calling a <code>List</code> or <code>Describe</code> operation for the resource type. "
        }
      ]
    }
  },
  "required": [
    "ResourceARN"
  ]
}