{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-comprehend/refs/heads/main/json-schema/openapi.yml-update-data-security-config-schema.json", "title": "UpdateDataSecurityConfig", "description": "Data security configuration.", "type": "object", "properties": { "ModelKmsKeyId": { "allOf": [ { "$ref": "#/components/schemas/KmsKeyId" }, { "description": "

ID for the KMS key that Amazon Comprehend uses to encrypt trained custom models. The ModelKmsKeyId can be either of the following formats:

" } ] }, "VolumeKmsKeyId": { "allOf": [ { "$ref": "#/components/schemas/KmsKeyId" }, { "description": "ID for the KMS key that Amazon Comprehend uses to encrypt the volume." } ] }, "VpcConfig": { "$ref": "#/components/schemas/VpcConfig" } } }