Amazon Incident Manager · JSON Structure

Incident Manager Region Info Structure

Information about a Amazon Web Services Region in your replication set.

Type: object Properties: 4 Required: 2
AutomationDevOpsIncident ManagementOperations

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

Properties

sseKmsKeyId status statusMessage statusUpdateDateTime

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-region-info-structure.json",
  "name": "RegionInfo",
  "description": "Information about a Amazon Web Services Region in your replication set.",
  "type": "object",
  "properties": {
    "sseKmsKeyId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SseKmsKey"
        },
        {
          "description": "The ID of the KMS key used to encrypt the data in this Amazon Web Services Region."
        }
      ]
    },
    "status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RegionStatus"
        },
        {
          "description": "The status of the Amazon Web Services Region in the replication set."
        }
      ]
    },
    "statusMessage": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "Information displayed about the status of the Amazon Web Services Region."
        }
      ]
    },
    "statusUpdateDateTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "description": "The most recent date and time that Incident Manager updated the Amazon Web Services Region's status."
        }
      ]
    }
  },
  "required": [
    "status",
    "statusUpdateDateTime"
  ]
}