aws.iot.list_audit_mitigation_actions_executions
Example SQL Queries
SELECT * FROMaws.iot.list_audit_mitigation_actions_executionsWHERE"task_id" = 'VALUE'AND "finding_id" = 'VALUE';Description
Gets the status of audit mitigation action tasks that were executed.
Requires permission to access the ListAuditMitigationActionsExecutions action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| finding_id Required Input Column The unique identifier for the findings to which the task and associated mitigation action are applied. | VARCHAR |
| task_id Required Input Column The unique identifier for the task that applies the mitigation action. | VARCHAR |
| action_status Input Column Specify this filter to limit results to those with a specific status. | 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 |
| action_id The unique identifier for the mitigation action being applied by the task. | VARCHAR |
| action_name The friendly name of the mitigation action being applied by the task. | VARCHAR |
| end_time The date and time when the task was completed or canceled. Blank if the task is still running. | TIMESTAMP_S |
| error_code If an error occurred, the code that indicates which type of error occurred. | VARCHAR |
| message If an error occurred, a message that describes the error. | VARCHAR |
| start_time The date and time when the task was started. | TIMESTAMP_S |
| status The current status of the task being executed. | VARCHAR |