AWS Step Functions · Schema

LambdaFunctionScheduledEventDetails

Contains details about a Lambda function scheduled during an execution.

iPaaSOrchestrationServerless

Properties

Name Type Description
resource object
input object
inputDetails object
timeoutInSeconds object
taskCredentials object
View JSON Schema on GitHub

JSON Schema

step-functions-lambdafunctionscheduledeventdetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "LambdaFunctionScheduledEventDetails",
  "type": "object",
  "properties": {
    "resource": {},
    "input": {},
    "inputDetails": {},
    "timeoutInSeconds": {},
    "taskCredentials": {}
  },
  "required": [
    "resource"
  ],
  "description": "Contains details about a Lambda function scheduled during an execution."
}