DescribeBatchDeleteConfigurationTaskRequest

DescribeBatchDeleteConfigurationTaskRequest schema from Amazon Application Discovery Service API

Amazon Application Discovery ServiceMigrationDiscoveryInfrastructure

Properties

Name Type Description
taskId string The ID of the task to delete.
View JSON Schema on GitHub

JSON Schema

application-discovery-service-describe-batch-delete-configuration-task-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-application-discovery-service/refs/heads/main/json-schema/application-discovery-service-describe-batch-delete-configuration-task-request-schema.json",
  "title": "DescribeBatchDeleteConfigurationTaskRequest",
  "description": "DescribeBatchDeleteConfigurationTaskRequest schema from Amazon Application Discovery Service API",
  "type": "object",
  "properties": {
    "taskId": {
      "type": "string",
      "example": "task-500123",
      "description": "The ID of the task to delete."
    }
  },
  "required": [
    "taskId"
  ]
}