Skip to main content
Feedback

Amazon EventBridge operation

The Amazon EventBridge operations define how to interact with your AWS account and represent a specific action to be performed against a specific file in JSON format.

The Amazon EventBridge operations support the following action:

  • Create — The outbound operation which creates events in the Amazon object defined in the operation (PutEvents).

    The input profile must be in the format specified in the Amazon EventBridge Documentation. This can be sent either through a Message step or using a Disk step (as a file).

note

The maximum size for an input file is 1MB. The connector produces an error if the file size exceeds 1MB. It is recommended to use the Try/Catch step to catch the failed input files and list them.

Options tab

The following describes the default field definitions for each action type:

Object - Defines the object with which you want to integrate and which is selected in the Import Wizard.

Tracking Direction
This read-only setting displays the tracking direction, either Input Documents or Output Documents, for the current operation. The default value for the Create operation is Input Documents. This setting is determined by the operation configuration in the connector descriptor, affecting which document appears in Process Reporting.

Request Profile - Select or add an XML profile component that represents the structure sent by the connector.

Response Profile - Select or add an XML profile component that represents the structure received by the connector.

Return Application Error Responses - This setting controls whether an application error prevents an operation from completing:

  • If you clear the setting, the process stops and reports the error on the Process Reporting page.
  • If you select the setting, processing continues and passes the error response to the next component processed as the connection output.

Archiving tab

See the topic Connector operation’s Archiving tab for more information.

Tracking tab

See the topic Connector operation’s Tracking tab for more information.

Caching tab

See the topic Connector operation’s Caching tab for more information.

On this Page