AWS Lambda · JSON Structure

Aws Lambda Publish Layer Version Request Structure

Type: object Properties: 5

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

Properties

Description Content 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": "PublishLayerVersionRequest",
  "type": "object",
  "properties": {
    "Description": {
      "type": "string"
    },
    "Content": {
      "type": "object"
    },
    "CompatibleRuntimes": {
      "type": "array"
    },
    "LicenseInfo": {
      "type": "string"
    },
    "CompatibleArchitectures": {
      "type": "array"
    }
  }
}