SnsMessage

feral.lambda.events.SnsMessage
See theSnsMessage companion object
final case class SnsMessage(signature: String, messageId: UUID, `type`: String, topicArn: String, messageAttributes: Map[String, SnsMessageAttribute], signatureVersion: String, timestamp: Instant, signingCertUrl: String, message: String, unsubscribeUrl: String, subject: Option[String])

Attributes

Companion
object
Source
SnsEvent.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product