aws.iot.list_detect_mitigation_actions_executions
Example SQL Queries
SELECT * FROMaws.iot.list_detect_mitigation_actions_executions;Description
Lists mitigation actions executions for a Device Defender ML Detect Security Profile.
Requires permission to access the ListDetectMitigationActionsExecutions action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| end_time Input Column The end of the time period for which ML Detect mitigation actions executions are returned. | TIMESTAMP_S |
| start_time Input Column A filter to limit results to those found after the specified time. You must specify either the startTime and endTime or the taskId, but not both. | TIMESTAMP_S |
| task_id Input Column The unique identifier of the task. | VARCHAR |
| thing_name Input Column The name of the thing. | VARCHAR |
| violation_id Input Column The unique identifier of the violation. | 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_name The friendly name that uniquely identifies the mitigation action. | VARCHAR |
| error_code The error code of a mitigation action. | VARCHAR |
| execution_end_date The date a mitigation action ended. | TIMESTAMP_S |
| execution_start_date The date a mitigation action was started. | TIMESTAMP_S |
| message The message of a mitigation action. | VARCHAR |
| status The status of a mitigation action. | VARCHAR |