Amazon EventBridge Scheduler · JSON Structure

Amazon Eventbridge Scheduler Schedule Summary Structure

The details of a schedule.

Type: object Properties: 7
Amazon Web ServicesCronEvent-DrivenSchedulingServerless

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

Properties

Arn CreationDate GroupName LastModificationDate Name State Target

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-summary-structure.json",
  "name": "ScheduleSummary",
  "description": "The details of a schedule.",
  "type": "object",
  "properties": {
    "Arn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ScheduleArn"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the schedule."
        }
      ]
    },
    "CreationDate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CreationDate"
        },
        {
          "description": "The time at which the schedule was created."
        }
      ]
    },
    "GroupName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ScheduleGroupName"
        },
        {
          "description": "The name of the schedule group associated with this schedule."
        }
      ]
    },
    "LastModificationDate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LastModificationDate"
        },
        {
          "description": "The time at which the schedule was last modified."
        }
      ]
    },
    "Name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Name"
        },
        {
          "description": "The name of the schedule."
        }
      ]
    },
    "State": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ScheduleState"
        },
        {
          "description": "Specifies whether the schedule is enabled or disabled."
        }
      ]
    },
    "Target": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TargetSummary"
        },
        {
          "description": "The schedule's target details."
        }
      ]
    }
  }
}