Amazon EventBridge Scheduler · JSON Structure

Amazon Eventbridge Scheduler Create Schedule Output Structure

CreateScheduleOutput schema from Amazon EventBridge Scheduler

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

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

Properties

ScheduleArn

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-create-schedule-output-structure.json",
  "name": "CreateScheduleOutput",
  "description": "CreateScheduleOutput schema from Amazon EventBridge Scheduler",
  "type": "object",
  "properties": {
    "ScheduleArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ScheduleArn"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the schedule."
        }
      ]
    }
  },
  "required": [
    "ScheduleArn"
  ]
}