AWS Step Functions · Schema

DeleteActivityInput

iPaaSOrchestrationServerless

Properties

Name Type Description
activityArn object
View JSON Schema on GitHub

JSON Schema

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