AWS Lambda · JSON Structure

Aws Lambda Publish Layer Version Response Structure

Type: object Properties: 9

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

Properties

Content LayerArn LayerVersionArn Description CreatedDate Version 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": "PublishLayerVersionResponse",
  "type": "object",
  "properties": {
    "Content": {
      "type": "object"
    },
    "LayerArn": {
      "type": "string"
    },
    "LayerVersionArn": {
      "type": "string"
    },
    "Description": {
      "type": "string"
    },
    "CreatedDate": {
      "type": "string"
    },
    "Version": {
      "type": "integer"
    },
    "CompatibleRuntimes": {
      "type": "array"
    },
    "LicenseInfo": {
      "type": "string"
    },
    "CompatibleArchitectures": {
      "type": "array"
    }
  }
}