Amazon Step Functions · JSON Structure

Amazon Step Functions Delete Activity Input Structure

DeleteActivityInput schema from Amazon Step Functions API

Type: object Properties: 1 Required: 1
OrchestrationServerlessState MachineWorkflow

DeleteActivityInput is a JSON Structure definition published by Amazon Step Functions, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

activityArn

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-step-functions/refs/heads/main/json-structure/amazon-step-functions-delete-activity-input-structure.json",
  "name": "DeleteActivityInput",
  "description": "DeleteActivityInput schema from Amazon Step Functions API",
  "properties": {
    "activityArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Arn"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the activity to delete."
        }
      ]
    }
  },
  "required": [
    "activityArn"
  ]
}