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.
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