Amazon X-Ray · Schema

EncryptionType

EncryptionType schema from Amazon X-Ray API

Application PerformanceDebuggingDistributed TracingMonitoringObservability
View JSON Schema on GitHub

JSON Schema

xray-encryption-type-schema.json Raw ↑
{
  "type": "string",
  "enum": [
    "NONE",
    "KMS"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "EncryptionType",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-schema/xray-encryption-type-schema.json",
  "description": "EncryptionType schema from Amazon X-Ray API"
}