Amazon AppSync · Schema

ListTagsForResourceResponse

Response with resource tags

Amazon AppSyncGraphQLAPI ManagementServerless

Properties

Name Type Description
tags object Resource tags
View JSON Schema on GitHub

JSON Schema

appsync-list-tags-for-resource-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/amazon-appsync/json-schema/appsync-list-tags-for-resource-response-schema.json",
  "title": "ListTagsForResourceResponse",
  "description": "Response with resource tags",
  "type": "object",
  "properties": {
    "tags": {
      "type": "object",
      "description": "Resource tags"
    }
  }
}