Amazon EventBridge Scheduler · JSON Structure

Amazon Eventbridge Scheduler Create Schedule Group Input Structure

CreateScheduleGroupInput schema from Amazon EventBridge Scheduler

Type: object Properties: 2
Amazon Web ServicesCronEvent-DrivenSchedulingServerless

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

Properties

ClientToken Tags

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-input-structure.json",
  "name": "CreateScheduleGroupInput",
  "description": "CreateScheduleGroupInput schema from Amazon EventBridge Scheduler",
  "type": "object",
  "properties": {
    "ClientToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ClientToken"
        },
        {
          "description": " Unique, case-sensitive identifier you provide to ensure the idempotency of the request. If you do not specify a client token, EventBridge Scheduler uses a randomly generated token for the request to ensure idempotency. "
        }
      ]
    },
    "Tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagList"
        },
        {
          "description": "The list of tags to associate with the schedule group."
        }
      ]
    }
  }
}