RegionMapInputValue

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

AutomationDevOpsIncident ManagementOperations

Properties

Name Type Description
sseKmsKeyId object
View JSON Schema on GitHub

JSON Schema

incident-manager-region-map-input-value-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-incident-manager/refs/heads/main/json-schema/incident-manager-region-map-input-value-schema.json",
  "title": "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."
        }
      ]
    }
  }
}