ResourceId

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

AmazonSecuritySASTCode AnalysisDevSecOpsDeveloper Tools

Properties

Name Type Description
codeArtifactId object
View JSON Schema on GitHub

JSON Schema

amazon-codeguru-security-resource-id-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeguru-security/refs/heads/main/json-schema/amazon-codeguru-security-resource-id-schema.json",
  "title": "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."
        }
      ]
    }
  }
}