The event transported through the EventBridge.

interface Event {
    payload?: any;
    type: string;
}

Properties

Properties

payload?: any

The event payload.

type: string

The event type (a qualified class name).