Amazon Incident Manager · JSON Structure

Incident Manager Item Value Structure

Describes a related item.

Type: object Properties: 4
AutomationDevOpsIncident ManagementOperations

ItemValue is a JSON Structure definition published by Amazon Incident Manager, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

arn metricDefinition pagerDutyIncidentDetail url

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-incident-manager/refs/heads/main/json-structure/incident-manager-item-value-structure.json",
  "name": "ItemValue",
  "description": "Describes a related item.",
  "type": "object",
  "properties": {
    "arn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Arn"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the related item, if the related item is an Amazon resource."
        }
      ]
    },
    "metricDefinition": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MetricDefinition"
        },
        {
          "description": "The metric definition, if the related item is a metric in Amazon CloudWatch."
        }
      ]
    },
    "pagerDutyIncidentDetail": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PagerDutyIncidentDetail"
        },
        {
          "description": "Details about an incident that is associated with a PagerDuty incident."
        }
      ]
    },
    "url": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Url"
        },
        {
          "description": "The URL, if the related item is a non-Amazon Web Services resource."
        }
      ]
    }
  }
}