AWS X-Ray · Schema

EncryptionConfig

DebuggingDistributed TracingMicroservicesObservability

Properties

Name Type Description
KeyId string
Status string
Type string
View JSON Schema on GitHub

JSON Schema

x-ray-encryptionconfig-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "EncryptionConfig",
  "type": "object",
  "properties": {
    "KeyId": {
      "type": "string"
    },
    "Status": {
      "type": "string",
      "enum": [
        "UPDATING",
        "ACTIVE"
      ]
    },
    "Type": {
      "type": "string",
      "enum": [
        "NONE",
        "KMS"
      ]
    }
  }
}