AWS Lambda · JSON Structure

Aws Lambda Destination Config Structure

Type: object Properties: 2

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

Properties

OnSuccess OnFailure

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

JSON Structure

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