toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-amazon-eventbridge
/
org.http4k.connect.amazon.eventbridge.model
Package-level
declarations
Types
Functions
Types
Event
Link copied to clipboard
@
JsonSerializable
data
class
Event
(
val
Detail
:
EventDetail
,
val
DetailType
:
EventDetailType
,
val
Source
:
EventSource
,
val
EventBusName
:
EventBusName
?
=
null
,
val
Resources
:
List
<
ARN
>
?
=
null
,
val
Time
:
Timestamp
?
=
null
,
val
TraceHeader
:
String
?
=
null
)
Event
Bus
Link copied to clipboard
@
JsonSerializable
data
class
EventBus
(
val
Arn
:
ARN
?
=
null
,
val
Name
:
EventBusName
?
=
null
,
val
Policy
:
Policy
?
=
null
)
Functions
as
Serverless
Event
Link copied to clipboard
fun
Event
.
asServerlessEvent
(
)
:
EventBridgeEvent
Shim method to convert format to that which is received over the wire in lambdas