Values.AwsSnsTopicSubscriptionSourceA wrapper type for the attributes of an Amazon SNS subscription.
type nonrec t = {endpoint : NonEmptyString.t option;The subscription's endpoint (format depends on the protocol).
*)protocol : NonEmptyString.t option;The subscription's protocol.
*)}