TargetSummary

The details of a target.

Amazon Web ServicesCronEvent-DrivenSchedulingServerless

Properties

Name Type Description
Arn object
View JSON Schema on GitHub

JSON Schema

amazon-eventbridge-scheduler-target-summary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-eventbridge-scheduler/refs/heads/main/json-schema/amazon-eventbridge-scheduler-target-summary-schema.json",
  "title": "TargetSummary",
  "description": "The details of a target.",
  "type": "object",
  "properties": {
    "Arn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TargetArn"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the target."
        }
      ]
    }
  },
  "required": [
    "Arn"
  ]
}