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-scheduler
/
org.http4k.connect.amazon.scheduler.model
/
EventBridgeParameters
Event
Bridge
Parameters
@
JsonSerializable
data
class
EventBridgeParameters
(
@
Json
(
name
=
"DetailType"
)
val
detailType
:
String
,
@
Json
(
name
=
"Source"
)
val
source
:
String
)
(
source
)
Members
Constructors
Event
Bridge
Parameters
Link copied to clipboard
constructor
(
@
Json
(
name
=
"DetailType"
)
detailType
:
String
,
@
Json
(
name
=
"Source"
)
source
:
String
)
Properties
detail
Type
Link copied to clipboard
val
detailType
:
String
source
Link copied to clipboard
val
source
:
String