AWS::IoT::MitigationActionMitigation actions can be used to take actions to mitigate issues that were found in an Audit finding or Detect violation.
4 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ActionParams | ActionParams | Required |
RoleArn | string | Required |
ActionName | string | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
MitigationActionArn | string | - |
MitigationActionId | string | - |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
iot:CreateMitigationActioniot:DescribeMitigationActioniot:TagResourceiam:PassRoleiot:DescribeMitigationActioniot:ListTagsForResourceiot:UpdateMitigationActioniot:ListTagsForResourceiot:UntagResourceiot:TagResourceiam:PassRoleiot:DescribeMitigationActioniot:DeleteMitigationActioniot:ListMitigationActionsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterActionNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ActionName