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. |
role_arn | string | |
tags | array | An array of key-value pairs to apply to this resource. |
action_params | object | The set of parameters for this mitigation action. You can specify only one type of parameter (in other words, you can apply only one action for each defined mitigation action). |
mitigation_action_arn | string | |
mitigation_action_id | string | |
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