| ErrorCode |
- Type
- string
- Properties
- Filter, Group, Nillable, Sort
- Description
- The error code of the last error that occurred during the relay of event messages. For
a list of possible error codes and messages, see Error Codes.
|
| ErrorIdentifier |
- Type
- string
- Properties
- Filter, Group, Nillable, Sort
- Description
- The identifier of an unexpected system error that
occurred during the relay of event messages.
|
| ErrorMessage |
- Type
- textarea
- Properties
- Nillable
- Description
- The error message of the last error that occurred during the relay of event messages.
For a list of possible error codes and messages, see
Error Codes.
|
| ErrorTime |
- Type
- dateTime
- Properties
- Filter, Nillable, Sort
- Description
- The date and time in the UTC time zone when the last error occurred during the relay
of event messages.
|
| EventRelayConfigId |
- Type
- reference
- Properties
- Filter, Group, Sort
- Description
- The ID of the event relay configuration that this
feedback record is collecting the execution information
of.
- This field is a relationship field.
- Relationship Name
- EventRelayConfig
- Relationship Type
- Lookup
- Refers To
- EventRelayConfig
|
| EventRelayNumber |
- Type
- string
- Properties
- Autonumber, Defaulted on create, Filter, idLookup,
Sort
- Description
- The number that identifies the EventRelayFeedback
record. This field is of type Auto Number.
|
| LastRelayedEventTime |
- Type
- dateTime
- Properties
- Filter, Nillable, Sort
- Description
- The date and time in the UTC time zone when the last event was relayed to Amazon
EventBridge.
|
| RemoteResource |
- Type
- string
- Properties
- Filter, Group, Nillable, Sort
- Description
- The name of the partner event source associated with the event relay. It is in the
format aws.partner/salesforce.com/orgID/channelID.
For example: aws.partner/salesforce.com/00DRM000000Fxts2AC/0YLRM0000004Dfg4AE.
|
| Status |
- Type
- picklist
- Properties
- Defaulted on create, Filter, Group, Restricted picklist,
Sort
- Description
- The status of the event relay. Possible values are:
- Possible values are:
-
ERROR— The event relay encountered an
error while running or during a state change that
the administrator initiates. During the ERROR state, no
events are relayed to Amazon EventBridge. The
system attempts periodically to recover from the
error. If it succeeds, the
Status field value changes to
RUNNING or to
the new state that the administrator selected. If
the error was encountered while the event relay
was running or during a state change from PAUSED
to RUNNING, which events are relayed depends on
the value of the EventRelayConfig relayOption field. By
default, only new events are relayed after an
error is recovered and the relay resumes. You can
override this option to resume events from the
earliest event stored in the event bus.
-
PAUSED— An administrator paused the
event relay. No events are relayed to Amazon
EventBridge during this status. When an
administrator resumes the event relay, events are
relayed from the last position in the event bus,
as long as they're within the retention window.
-
RUNNING— The event relay is running and
actively relaying events from Salesforce to Amazon
EventBridge.
-
STOPPED:—The event relay is stopped and
no events are relayed to Amazon EventBridge. Some
state information stored in EventRelayFeedback
fields is deleted, such as LastRelayedEventTime
and error fields. When the event relay is resumed,
only new events are relayed.
- The default value is STOPPED.
|