Amazon CodeGuru Security · JSON Structure

Amazon Codeguru Security Resource Id Structure

The identifier for a resource object that contains resources where a finding was detected.

Type: object Properties: 1
AmazonSecuritySASTCode AnalysisDevSecOpsDeveloper Tools

ResourceId 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

codeArtifactId

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-resource-id-structure.json",
  "name": "ResourceId",
  "description": "The identifier for a resource object that contains resources where a finding was detected.",
  "type": "object",
  "properties": {
    "codeArtifactId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Uuid"
        },
        {
          "description": "The identifier for the code file uploaded to the resource where a finding was detected."
        }
      ]
    }
  }
}