AWS EventBridge

Put events

Send custom events to Amazon EventBridge.

Inputs

Expand All

Field

Type

Description

region [required]

enum

default: us-east-1

entries [required]

[object]

The entry that defines an event in your system. You can specify several parameters for the entry such as the source and type of the event, resources associated with the event, and so on.

source

string

resources

[string]

detail

string

detailType

string

eventBusName

string

traceHeader

string

Outputs

Expand All

Field

Type

Description

failedEntryCount

number

The number of failed entries.

entries

[object]

The successfully and unsuccessfully ingested events results. If the ingestion was successful, the entry has the event ID in it. Otherwise, you can use the error code and error message to identify the problem with the entry.

EventId

string

The ID of the event.

ErrorCode

string

The error code that indicates why the event submission failed.

ErrorMessage

string

The error message that explains why the event submission failed.