Amazon CodeGuru Reviewer · JSON Structure

Amazon Codeguru Reviewer Kms Key Details Structure

An object that contains:

Type: object Properties: 2
AmazonCode ReviewSecurityDevOpsMachine LearningDeveloper Tools

KMSKeyDetails is a JSON Structure definition published by Amazon CodeGuru Reviewer, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

KMSKeyId EncryptionOption

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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": "<p>An object that contains:</p> <ul> <li> <p>The encryption option for a repository association. It is either owned by Amazon Web Services Key Management Service (KMS) (<code>AWS_OWNED_CMK</code>) or customer managed (<code>CUSTOMER_MANAGED_CMK</code>).</p> </li> <li> <p>The ID of the Amazon Web Services KMS key that is associated with a repository association.</p> </li> </ul>",
  "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) (<code>AWS_OWNED_CMK</code>) or customer managed (<code>CUSTOMER_MANAGED_CMK</code>)."
        }
      ]
    }
  }
}