Values.SNSTopicPublishActionSourceInformation required to publish the Amazon SNS message.
type nonrec t = {targetArn : AmazonResourceName.t;The ARN of the Amazon SNS target where the message is sent.
*)payload : Payload.t option;You can configure the action payload when you send a message as an Amazon SNS push notification.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of AmazonResourceName.t
| `Structure of
(string * [> `Enum of string | `String of ContentExpression.t ])
list ])
list ]