Amazon EventBridge Scheduler · JSON Structure

Amazon Eventbridge Scheduler List Schedule Groups Output Structure

ListScheduleGroupsOutput schema from Amazon EventBridge Scheduler

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

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

Properties

NextToken ScheduleGroups

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-schedule-groups-output-structure.json",
  "name": "ListScheduleGroupsOutput",
  "description": "ListScheduleGroupsOutput schema from Amazon EventBridge Scheduler",
  "type": "object",
  "properties": {
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "Indicates whether there are additional results to retrieve. If the value is null, there are no more results."
        }
      ]
    },
    "ScheduleGroups": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ScheduleGroupList"
        },
        {
          "description": "The schedule groups that match the specified criteria."
        }
      ]
    }
  },
  "required": [
    "ScheduleGroups"
  ]
}