Amazon EventBridge Scheduler · JSON Structure

Amazon Eventbridge Scheduler Create Schedule Group Output Structure

CreateScheduleGroupOutput schema from Amazon EventBridge Scheduler

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

CreateScheduleGroupOutput 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

ScheduleGroupArn

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