Amazon Config · Schema

ListTagsForResourceResponse

ListTagsForResourceResponse schema

AuditingComplianceConfiguration ManagementGovernanceSecurity

Properties

Name Type Description
Tags object
NextToken object
View JSON Schema on GitHub

JSON Schema

config-list-tags-for-resource-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-schema/config-list-tags-for-resource-response-schema.json",
  "title": "ListTagsForResourceResponse",
  "description": "ListTagsForResourceResponse schema",
  "type": "object",
  "properties": {
    "Tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagList"
        },
        {
          "description": "The tags for the resource."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response. "
        }
      ]
    }
  }
}