LambdaFunctionStartedEventAttributes

Provides the details of the LambdaFunctionStarted event. It isn't set for other event types.

AutomationTask CoordinationWorkflow

Properties

Name Type Description
scheduledEventId object
View JSON Schema on GitHub

JSON Schema

amazon-swf-lambdafunctionstartedeventattributes-schema.json Raw ↑
{
  "type": "object",
  "required": [
    "scheduledEventId"
  ],
  "properties": {
    "scheduledEventId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EventId"
        },
        {
          "description": "The ID of the <code>LambdaFunctionScheduled</code> event that was recorded when this activity task was scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to this event."
        }
      ]
    }
  },
  "description": "Provides the details of the <code>LambdaFunctionStarted</code> event. It isn't set for other event types.",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "LambdaFunctionStartedEventAttributes"
}