Skip to main content

mitigation_actions_list_only

Lists mitigation_actions in a region or regions, for all properties use mitigation_actions

Overview

Namemitigation_actions_list_only
TypeResource
DescriptionMitigation actions can be used to take actions to mitigate issues that were found in an Audit finding or Detect violation.
Idaws.iot.mitigation_actions_list_only

Fields

NameDatatypeDescription
action_namestringA unique identifier for the mitigation action.
role_arnstring
tagsarrayAn array of key-value pairs to apply to this resource.
action_paramsobjectThe 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_arnstring
mitigation_action_idstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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