mitigation_actions
Retrieves a list of mitigation_actions
in a region
Overview
Name | mitigation_actions |
Type | Resource |
Description | mitigation_actions |
Id | awscc.iot.mitigation_actions |
Fields
Name | Datatype | Description |
---|---|---|
action_name | string | A unique identifier for the mitigation action. |
region | string | AWS 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