Amazon Simple Workflow Service · JSON Structure

Amazon Swf Lambdafunctionstartedeventattributes Structure

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

Type: object Properties: 0
AutomationTask CoordinationWorkflow

LambdaFunctionStartedEventAttributes is a JSON Structure definition published by Amazon Simple Workflow Service.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "LambdaFunctionStartedEventAttributes",
  "description": "Provides the details of the <code>LambdaFunctionStarted</code> event. It isn't set for other event types.",
  "type": "object",
  "properties": [
    {
      "name": "scheduledEventId",
      "type": "string",
      "description": "",
      "required": true
    }
  ]
}