AWS::IoT::MitigationActionDefines an action that can be applied to audit findings by using StartAuditMitigationActionsTask. For API reference, see [CreateMitigationAction](https://docs.aws.amazon.com/iot/latest/apireference/API_CreateMitigationAction.html) and for general information, see [Mitigation actions](https://docs.aws.amazon.com/iot/latest/developerguide/dd-mitigation-actions.html) .
import { CfnMitigationAction } from 'aws-cdk-lib/aws-iot';Or use the module namespace:
import * as iot from 'aws-cdk-lib/aws-iot';
// iot.CfnMitigationActionConfiguration passed to the constructor as CfnMitigationActionProps.
actionParamsRequiredIResolvable | ActionParamsPropertyThe set of parameters for this mitigation action. The parameters vary, depending on the kind of action you apply.
roleArnRequiredstringThe IAM role ARN used to apply this mitigation action.
actionNameOptionalstringThe friendly name of the mitigation action.
tagsOptionalCfnTag[]Metadata that can be used to manage the mitigation action.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-iotAWS::IoT::MitigationAction