Amazon CodeGuru Security · JSON Structure

Amazon Codeguru Security Encryption Config Structure

Information about account-level configuration.

Type: object Properties: 1
AmazonSecuritySASTCode AnalysisDevSecOpsDeveloper Tools

EncryptionConfig is a JSON Structure definition published by Amazon CodeGuru Security, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

kmsKeyArn

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-security/refs/heads/main/json-structure/amazon-codeguru-security-encryption-config-structure.json",
  "name": "EncryptionConfig",
  "description": "Information about account-level configuration.",
  "type": "object",
  "properties": {
    "kmsKeyArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/KmsKeyArn"
        },
        {
          "description": "The KMS key ARN to use for encryption. This must be provided as a header when uploading your code resource."
        }
      ]
    }
  }
}