Amazon EventBridge Scheduler · JSON Structure

Amazon Eventbridge Scheduler List Tags For Resource Output Structure

ListTagsForResourceOutput schema from Amazon EventBridge Scheduler

Type: object Properties: 1
Amazon Web ServicesCronEvent-DrivenSchedulingServerless

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