mitigation_action_tags
Expands all tag keys and values for mitigation_actions
in a region
Overview
Name | mitigation_action_tags |
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_action_tags |
Fields
Name | Datatype | Description |
---|---|---|
action_name | string | A unique identifier for the mitigation action. |
role_arn | string | |
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 | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all mitigation_actions
in a region.
SELECT
region,
action_name,
role_arn,
action_params,
mitigation_action_arn,
mitigation_action_id,
tag_key,
tag_value
FROM aws.iot.mitigation_action_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the mitigation_action_tags
resource, see mitigation_actions