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 Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product