AWS::IoT::MitigationAction PublishFindingToSnsParams - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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