aws.iot.list_mitigation_actions
Example SQL Queries
SELECT * FROMaws.iot.list_mitigation_actions;Description
Gets a list of all mitigation actions that match the specified filter criteria.
Requires permission to access the ListMitigationActions action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| action_type Input Column Specify a value to limit the result to mitigation actions with a specific action type. | 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_arn The IAM role ARN used to apply this mitigation action. | VARCHAR |
| action_name The friendly name of the mitigation action. | VARCHAR |
| creation_date The date when this mitigation action was created. | TIMESTAMP_S |