Amazon EventBridge Scheduler · JSON Structure

Amazon Eventbridge Scheduler Tag Structure

Tag to associate with a schedule group.

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

Tag is a JSON Structure definition published by Amazon EventBridge Scheduler, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Key Value

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-structure.json",
  "name": "Tag",
  "description": "Tag to associate with a schedule group.",
  "type": "object",
  "properties": {
    "Key": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagKey"
        },
        {
          "description": "The key for the tag."
        }
      ]
    },
    "Value": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagValue"
        },
        {
          "description": "The value for the tag."
        }
      ]
    }
  },
  "required": [
    "Key",
    "Value"
  ]
}