Module Values_0.PublishFindingToSnsParamsSource

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.

Sourcetype nonrec t = {
  1. topicArn : SnsTopicArn.t;
    (*

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

    *)
}
Sourceval context_ : string
Sourceval make : topicArn:SnsTopicArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of SnsTopicArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t