Amazon Incident Manager · JSON Structure

Incident Manager Region Map Input Value Structure

The mapping between a Amazon Web Services Region and the key that's used to encrypt the data.

Type: object Properties: 1
AutomationDevOpsIncident ManagementOperations

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

Properties

sseKmsKeyId

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-map-input-value-structure.json",
  "name": "RegionMapInputValue",
  "description": "The mapping between a Amazon Web Services Region and the key that's used to encrypt the data.",
  "type": "object",
  "properties": {
    "sseKmsKeyId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SseKmsKey"
        },
        {
          "description": "The KMS key used to encrypt the data in your replication set."
        }
      ]
    }
  }
}