AWS Lambda · JSON Structure

Aws Lambda Layer Version Summary Structure

Type: object Properties: 7

LayerVersionSummary is a JSON Structure definition published by AWS Lambda, describing 7 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

LayerVersionArn Version Description CreatedDate CompatibleRuntimes LicenseInfo CompatibleArchitectures

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "LayerVersionSummary",
  "type": "object",
  "properties": {
    "LayerVersionArn": {
      "type": "string"
    },
    "Version": {
      "type": "integer"
    },
    "Description": {
      "type": "string"
    },
    "CreatedDate": {
      "type": "string"
    },
    "CompatibleRuntimes": {
      "type": "array"
    },
    "LicenseInfo": {
      "type": "string"
    },
    "CompatibleArchitectures": {
      "type": "array"
    }
  }
}