This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
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 Amazon 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