ScheduleEventBridgeParameters

data class ScheduleEventBridgeParameters(val detailType: String, val source: String)

EventBridge PutEvent predefined target type.

Constructors

Link copied to clipboard
constructor(detailType: String, source: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.

Link copied to clipboard

The source of the event.