BatchDeleteConfigurationTask

BatchDeleteConfigurationTask schema from Amazon Application Discovery Service API

Amazon Application Discovery ServiceMigrationDiscoveryInfrastructureAWS

Properties

Name Type Description
taskId string The deletion task's unique identifier.
status string The current execution status of the deletion task.
startTime string An epoch seconds timestamp (Unix) of when the deletion task was started.
endTime string An epoch seconds timestamp (Unix) of when the deletion task was completed.
configurationType string The type of configuration item to delete.
requestedConfigurations array The list of configuration IDs that were originally requested to be deleted by this task.
deletedConfigurations array The list of configuration IDs that were successfully deleted by this task.
failedConfigurations array A list of configuration IDs that produced an associated error.
deletionWarnings array A list of warnings associated with this deletion task.
View JSON Schema on GitHub