mitigation_actions_list_only
Lists mitigation_actions in a region or regions, for all properties use mitigation_actions
Overview
| Name | mitigation_actions_list_only |
| Type | Resource |
| Description | Mitigation actions can be used to take actions to mitigate issues that were found in an Audit finding or Detect violation. |
| Id | aws.iot.mitigation_actions_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
action_name | string | A unique identifier for the mitigation action. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all mitigation_actions in a region.
SELECT
region,
action_name
FROM aws.iot.mitigation_actions_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the mitigation_actions_list_only resource, see mitigation_actions