AWS Fundamentals Logo
AWS Fundamentals
AWS::IoT::MitigationAction

IoT MitigationAction

Mitigation actions can be used to take actions to mitigate issues that were found in an Audit finding or Detect violation.

Properties

4 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
ActionParams
ActionParams
Required
RoleArn
string
Required
ActionName
string
Create-only
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
MitigationActionArnstring-
MitigationActionIdstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::IoT::MitigationAction

Resources:
  MyResource:
    Type: AWS::IoT::MitigationAction
    Properties:
      RoleArn: "arn:aws:service:region:account:resource"
      ActionParams: "value"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

iot:CreateMitigationActioniot:DescribeMitigationActioniot:TagResourceiam:PassRole

read

iot:DescribeMitigationActioniot:ListTagsForResource

update

iot:UpdateMitigationActioniot:ListTagsForResourceiot:UntagResourceiot:TagResourceiam:PassRole

delete

iot:DescribeMitigationActioniot:DeleteMitigationAction

list

iot:ListMitigationActions

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceIoT
Properties6
Required2
TaggingSupported
Primary IDActionName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

ActionName

External Links