Amazon CodeGuru Security · JSON Structure

Amazon Codeguru Security Kms Key Arn Structure

KmsKeyArn schema from Amazon CodeGuru Security

Type: string Properties: 0
AmazonSecuritySASTCode AnalysisDevSecOpsDeveloper Tools

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

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-kms-key-arn-structure.json",
  "name": "KmsKeyArn",
  "description": "KmsKeyArn schema from Amazon CodeGuru Security",
  "type": "string",
  "pattern": "^arn:aws:kms:[\\S]+:[\\d]{12}:key\\/(([a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12})|(mrk-[0-9a-zA-Z]{32}))$",
  "minLength": 1,
  "maxLength": 2048
}