AWSIoTPublishFindingToSnsParams

Objective-C

@interface AWSIoTPublishFindingToSnsParams

Swift

class AWSIoTPublishFindingToSnsParams

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.

Required parameters: [topicArn]

  • The ARN of the topic to which you want to publish the findings.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable topicArn;

    Swift

    var topicArn: String? { get set }