ScheduleEventBridgeParametersArgs

data class ScheduleEventBridgeParametersArgs(val detailType: Output<String>, val source: Output<String>) : ConvertibleToJava<ScheduleEventBridgeParametersArgs>

EventBridge PutEvent predefined target type.

Constructors

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

Properties

Link copied to clipboard
val detailType: Output<String>

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

Link copied to clipboard
val source: Output<String>

The source of the event.

Functions

Link copied to clipboard
open override fun toJava(): ScheduleEventBridgeParametersArgs