Amazon Simple Workflow Service · JSON Structure

Amazon Swf Schedulelambdafunctiondecisionattributes Structure

Decision attributes specified in scheduleLambdaFunctionDecisionAttributes within the list of decisions decisions passed to RespondDecisionTaskCompleted.

Type: object Properties: 0
AutomationTask CoordinationWorkflow

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

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "ScheduleLambdaFunctionDecisionAttributes",
  "description": "Decision attributes specified in <code>scheduleLambdaFunctionDecisionAttributes</code> within the list of decisions <code>decisions</code> passed to <a>RespondDecisionTaskCompleted</a>.",
  "type": "object",
  "properties": [
    {
      "name": "id",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "name",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "control",
      "type": "string",
      "description": "",
      "required": false
    },
    {
      "name": "input",
      "type": "string",
      "description": "",
      "required": false
    },
    {
      "name": "startToCloseTimeout",
      "type": "string",
      "description": "",
      "required": false
    }
  ]
}