{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeguru-reviewer/refs/heads/main/json-structure/amazon-codeguru-reviewer-kms-key-details-structure.json", "name": "KMSKeyDetails", "description": "

An object that contains:

", "type": "object", "properties": { "KMSKeyId": { "allOf": [ { "$ref": "#/components/schemas/KMSKeyId" }, { "description": "The ID of the Amazon Web Services KMS key that is associated with a repository association." } ] }, "EncryptionOption": { "allOf": [ { "$ref": "#/components/schemas/EncryptionOption" }, { "description": "The encryption option for a repository association. It is either owned by Amazon Web Services Key Management Service (KMS) (AWS_OWNED_CMK) or customer managed (CUSTOMER_MANAGED_CMK)." } ] } } }