http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-amazon-dynamodb
/
org.http4k.connect.amazon.dynamodb.events
/
Dynamodb
Dynamodb
@
JsonSerializable
data
class
Dynamodb
(
val
Keys
:
Item
?
=
null
,
val
NewImage
:
Item
?
=
null
,
val
OldImage
:
Item
?
=
null
,
val
SequenceNumber
:
String
?
=
null
,
val
SizeBytes
:
Long
?
=
null
,
val
StreamViewType
:
StreamViewType
?
=
null
)
(
source
)
Members
Constructors
Dynamodb
Link copied to clipboard
constructor
(
Keys
:
Item
?
=
null
,
NewImage
:
Item
?
=
null
,
OldImage
:
Item
?
=
null
,
SequenceNumber
:
String
?
=
null
,
SizeBytes
:
Long
?
=
null
,
StreamViewType
:
StreamViewType
?
=
null
)
Properties
Keys
Link copied to clipboard
val
Keys
:
Item
?
New
Image
Link copied to clipboard
val
NewImage
:
Item
?
Old
Image
Link copied to clipboard
val
OldImage
:
Item
?
Sequence
Number
Link copied to clipboard
val
SequenceNumber
:
String
?
Size
Bytes
Link copied to clipboard
val
SizeBytes
:
Long
?
Stream
View
Type
Link copied to clipboard
val
StreamViewType
:
StreamViewType
?