AWS Step Functions · Schema

DescribeActivityOutput

iPaaSOrchestrationServerless

Properties

Name Type Description
activityArn object
name object
creationDate object
View JSON Schema on GitHub

JSON Schema

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