Amazon EventBridge Pipes · JSON Structure

Amazon Eventbridge Pipes List Tags For Resource Response Structure

ListTagsForResourceResponse schema from Amazon EventBridge Pipes

Type: object Properties: 1
Amazon Web ServicesEvent-DrivenIntegrationMessagingServerless

ListTagsForResourceResponse is a JSON Structure definition published by Amazon EventBridge Pipes, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

tags

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-eventbridge-pipes/refs/heads/main/json-structure/amazon-eventbridge-pipes-list-tags-for-resource-response-structure.json",
  "name": "ListTagsForResourceResponse",
  "description": "ListTagsForResourceResponse schema from Amazon EventBridge Pipes",
  "type": "object",
  "properties": {
    "tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagMap"
        },
        {
          "description": "The list of key-value pairs to associate with the pipe."
        }
      ]
    }
  }
}