Skip to main content

mitigation_actions

Retrieves a list of mitigation_actions in a region

Overview

Namemitigation_actions
TypeResource
Descriptionmitigation_actions
Idawscc.iot.mitigation_actions

Fields

NameDatatypeDescription
action_namestringA unique identifier for the mitigation action.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
action_name
FROM awscc.iot.mitigation_actions
WHERE region = 'us-east-1'

Permissions

To operate on the mitigation_actions resource, the following permissions are required:

Create

iot:CreateMitigationAction,
iot:DescribeMitigationAction,
iot:TagResource,
iam:PassRole

List

iot:ListMitigationActions