Amazon CodeGuru Security · JSON Structure

Amazon Codeguru Security Resource Structure

Information about a resource, such as an Amazon S3 bucket or AWS Lambda function, that contains a finding.

Type: object Properties: 2
AmazonSecuritySASTCode AnalysisDevSecOpsDeveloper Tools

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

Properties

id subResourceId

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-structure.json",
  "name": "Resource",
  "description": "Information about a resource, such as an Amazon S3 bucket or AWS Lambda function, that contains a finding.",
  "type": "object",
  "properties": {
    "id": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The identifier for the resource."
        }
      ]
    },
    "subResourceId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The identifier for a section of the resource, such as an AWS Lambda layer."
        }
      ]
    }
  }
}