EventBridgeParameters

@JsonSerializable
data class EventBridgeParameters(@Json(name = "DetailType") val detailType: String, @Json(name = "Source") val source: String)(source)

Constructors

Link copied to clipboard
constructor(@Json(name = "DetailType") detailType: String, @Json(name = "Source") source: String)

Properties

Link copied to clipboard
Link copied to clipboard