Amazon EventBridge Scheduler · JSON Structure

Amazon Eventbridge Scheduler Schedule Group Summary Structure

The details of a schedule group.

Type: object Properties: 5
Amazon Web ServicesCronEvent-DrivenSchedulingServerless

ScheduleGroupSummary is a JSON Structure definition published by Amazon EventBridge Scheduler, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Arn CreationDate LastModificationDate Name State

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-schedule-group-summary-structure.json",
  "name": "ScheduleGroupSummary",
  "description": "The details of a schedule group.",
  "type": "object",
  "properties": {
    "Arn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ScheduleGroupArn"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the schedule group."
        }
      ]
    },
    "CreationDate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CreationDate"
        },
        {
          "description": "The time at which the schedule group was created."
        }
      ]
    },
    "LastModificationDate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LastModificationDate"
        },
        {
          "description": "The time at which the schedule group was last modified."
        }
      ]
    },
    "Name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ScheduleGroupName"
        },
        {
          "description": "The name of the schedule group."
        }
      ]
    },
    "State": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ScheduleGroupState"
        },
        {
          "description": "Specifies the state of the schedule group."
        }
      ]
    }
  }
}