Amazon GameLift · JSON Structure

Gamelift List Tags For Resource Request Structure

ListTagsForResourceRequest schema from Amazon GameLift API

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

ListTagsForResourceRequest 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

ResourceARN

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-list-tags-for-resource-request-structure.json",
  "name": "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"
  ]
}