Amazon AppSync · JSON Structure

Appsync List Tags For Resource Response Structure

Response with resource tags

Type: record Properties: 0
Amazon AppSyncGraphQLAPI ManagementServerless

Appsync List Tags For Resource Response Structure is a JSON Structure definition published by Amazon AppSync. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api-evangelist.github.io/amazon-appsync/json-structure/appsync-list-tags-for-resource-response-structure.json",
  "title": "ListTagsForResourceResponse",
  "description": "Response with resource tags",
  "type": "record",
  "fields": {
    "tags": {
      "type": "object",
      "description": "Resource tags"
    }
  }
}