AWS::IoT::MitigationAction PublishFindingToSnsParams
Parameters to define a mitigation action that publishes findings to Amazon SNS. You can implement your own custom actions in response to the Amazon SNS messages.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "TopicArn" :
String
}
YAML
TopicArn:
String
Properties
TopicArn
-
The ARN of the topic to which you want to publish the findings.
Required: Yes
Type: String
Minimum:
20
Maximum:
2048
Update requires: No interruption