aws.discovery.describe_batch_delete_configuration_task
Example SQL Queries
SELECT * FROMaws.discovery.describe_batch_delete_configuration_taskWHERE"task_id" = 'VALUE';Description
Takes a unique deletion task identifier as input and returns metadata about a configuration deletion task.
Table Definition
| Column Name | Column Data Type |
|---|---|
| task_id Required Input Column The ID of the task to delete. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| task The BatchDeleteConfigurationTask that represents the deletion task being executed. | STRUCT( |
Show child fields
| |