AWS Step Functions · Schema

GetActivityTaskInput

iPaaSOrchestrationServerless

Properties

Name Type Description
activityArn object
workerName object
View JSON Schema on GitHub

JSON Schema

step-functions-getactivitytaskinput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GetActivityTaskInput",
  "type": "object",
  "properties": {
    "activityArn": {},
    "workerName": {}
  },
  "required": [
    "activityArn"
  ]
}