Amazon EventBridge Scheduler · JSON Structure

Amazon Eventbridge Scheduler Tag Resource Input Structure

TagResourceInput schema from Amazon EventBridge Scheduler

Type: object Properties: 1 Required: 1
Amazon Web ServicesCronEvent-DrivenSchedulingServerless

TagResourceInput is a JSON Structure definition published by Amazon EventBridge Scheduler, 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-scheduler/refs/heads/main/json-structure/amazon-eventbridge-scheduler-tag-resource-input-structure.json",
  "name": "TagResourceInput",
  "description": "TagResourceInput schema from Amazon EventBridge Scheduler",
  "type": "object",
  "properties": {
    "Tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagList"
        },
        {
          "description": "The list of tags to associate with the schedule group."
        }
      ]
    }
  },
  "required": [
    "Tags"
  ]
}