Skip to main content

mitigation_action

Gets an individual mitigation_action resource

Overview

Namemitigation_action
TypeResource
Descriptionmitigation_action
Idawscc.iot.mitigation_action

Fields

NameDatatypeDescription
action_namestringA unique identifier for the mitigation action.
role_arnstring
tagsarrayAn array of key-value pairs to apply to this resource.
action_paramsobject
mitigation_action_arnstring
mitigation_action_idstring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
action_name,
role_arn,
tags,
action_params,
mitigation_action_arn,
mitigation_action_id
FROM awscc.iot.mitigation_action
WHERE data__Identifier = '<ActionName>';

Permissions

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

Read

iot:DescribeMitigationAction,
iot:ListTagsForResource

Update

iot:UpdateMitigationAction,
iot:ListTagsForResource,
iot:UntagResource,
iot:TagResource,
iam:PassRole

Delete

iot:DescribeMitigationAction,
iot:DeleteMitigationAction