AWS Lambda · JSON Structure

Aws Lambda Alias Routing Configuration Structure

Type: object Properties: 1

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

Properties

AdditionalVersionWeights

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AliasRoutingConfiguration",
  "type": "object",
  "properties": {
    "AdditionalVersionWeights": {
      "type": "object"
    }
  }
}