TagResourceRequest

TagResourceRequest schema from Amazon EventBridge Pipes

Amazon Web ServicesEvent-DrivenIntegrationMessagingServerless

Properties

Name Type Description
tags object
View JSON Schema on GitHub

JSON Schema

amazon-eventbridge-pipes-tag-resource-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-eventbridge-pipes/refs/heads/main/json-schema/amazon-eventbridge-pipes-tag-resource-request-schema.json",
  "title": "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"
  ]
}