EncryptionConfig is a JSON Structure definition published by Amazon X-Ray, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"type": "object",
"properties": {
"KeyId": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "The ID of the KMS key used for encryption, if applicable."
}
]
},
"Status": {
"allOf": [
{
"$ref": "#/components/schemas/EncryptionStatus"
},
{
"description": "The encryption status. While the status is <code>UPDATING</code>, X-Ray may encrypt data with a combination of the new and old settings."
}
]
},
"Type": {
"allOf": [
{
"$ref": "#/components/schemas/EncryptionType"
},
{
"description": "The type of encryption. Set to <code>KMS</code> for encryption with KMS keys. Set to <code>NONE</code> for default encryption."
}
]
}
},
"description": "A configuration document that specifies encryption configuration settings.",
"$schema": "https://json-structure.org/meta/core/v0/#",
"name": "EncryptionConfig",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-structure/xray-encryption-config-structure.json"
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.