AWS Lambda · JSON Structure

Aws Lambda Alias Configuration Structure

Type: object Properties: 5

AliasConfiguration 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

AliasArn Name FunctionVersion Description RevisionId

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AliasConfiguration",
  "type": "object",
  "properties": {
    "AliasArn": {
      "type": "string"
    },
    "Name": {
      "type": "string"
    },
    "FunctionVersion": {
      "type": "string"
    },
    "Description": {
      "type": "string"
    },
    "RevisionId": {
      "type": "string"
    }
  }
}