Amazon EventBridge Pipes · JSON Structure

Amazon Eventbridge Pipes Tag Resource Request Structure

TagResourceRequest schema from Amazon EventBridge Pipes

Type: object Properties: 1 Required: 1
Amazon Web ServicesEvent-DrivenIntegrationMessagingServerless

TagResourceRequest is a JSON Structure definition published by Amazon EventBridge Pipes, describing 1 property, of which 1 is required. 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-tag-resource-request-structure.json",
  "name": "TagResourceRequest",
  "description": "TagResourceRequest schema from Amazon EventBridge Pipes",
  "type": "object",
  "properties": {
    "tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagMap"
        },
        {
          "description": "The list of key-value pairs associated with the pipe."
        }
      ]
    }
  },
  "required": [
    "tags"
  ]
}