{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-structure/openapi-encryption-at-rest-options-structure.json", "name": "EncryptionAtRestOptions", "description": "Specifies the Encryption At Rest Options.", "type": "object", "properties": { "Enabled": { "allOf": [ { "$ref": "#/components/schemas/Boolean" }, { "description": "Specifies the option to enable Encryption At Rest." } ] }, "KmsKeyId": { "allOf": [ { "$ref": "#/components/schemas/KmsKeyId" }, { "description": " Specifies the KMS Key ID for Encryption At Rest options." } ] } } }