Amazon Inspector · JSON Structure

Inspector Aws Lambda Function Details Structure

A summary of information about the AWS Lambda function.

Type: object Properties: 10 Required: 5
ComplianceContainer SecurityEC2LambdaSecurityVulnerability Scanning

AwsLambdaFunctionDetails is a JSON Structure definition published by Amazon Inspector, describing 10 properties, of which 5 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

architectures codeSha256 executionRoleArn functionName lastModifiedAt layers packageType runtime version vpcConfig

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-inspector/refs/heads/main/json-structure/inspector-aws-lambda-function-details-structure.json",
  "name": "AwsLambdaFunctionDetails",
  "description": " A summary of information about the AWS Lambda function.",
  "type": "object",
  "properties": {
    "architectures": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ArchitectureList"
        },
        {
          "description": "The instruction set architecture that the AWS Lambda function supports. Architecture is a string array with one of the valid values. The default architecture value is <code>x86_64</code>."
        }
      ]
    },
    "codeSha256": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NonEmptyString"
        },
        {
          "description": "The SHA256 hash of the AWS Lambda function's deployment package."
        }
      ]
    },
    "executionRoleArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ExecutionRoleArn"
        },
        {
          "description": "The AWS Lambda function's execution role."
        }
      ]
    },
    "functionName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FunctionName"
        },
        {
          "description": "The name of the AWS Lambda function."
        }
      ]
    },
    "lastModifiedAt": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "description": "The date and time that a user last updated the configuration, in <a href=\"https://www.iso.org/iso-8601-date-and-time-format.html\">ISO 8601 format</a> "
        }
      ]
    },
    "layers": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LayerList"
        },
        {
          "description": "The AWS Lambda function's <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html\"> layers</a>. A Lambda function can have up to five layers."
        }
      ]
    },
    "packageType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PackageType"
        },
        {
          "description": "The type of deployment package. Set to <code>Image</code> for container image and set <code>Zip</code> for .zip file archive."
        }
      ]
    },
    "runtime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Runtime"
        },
        {
          "description": "The runtime environment for the AWS Lambda function."
        }
      ]
    },
    "version": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Version"
        },
        {
          "description": "The version of the AWS Lambda function."
        }
      ]
    },
    "vpcConfig": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LambdaVpcConfig"
        },
        {
          "description": "The AWS Lambda function's networking configuration."
        }
      ]
    }
  },
  "required": [
    "codeSha256",
    "executionRoleArn",
    "functionName",
    "runtime",
    "version"
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/inspector-aws-lambda-function-details-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.