Put Partner Events
cloudwatchevents_put_partner_events | R Documentation |
This is used by SaaS partners to write events to a customer's partner event bus¶
Description¶
This is used by SaaS partners to write events to a customer's partner event bus. Amazon Web Services customers do not use this operation.
Usage¶
Arguments¶
Entries
[required] The list of events to write to the event bus.
Value¶
A list with the following syntax:
list(
FailedEntryCount = 123,
Entries = list(
list(
EventId = "string",
ErrorCode = "string",
ErrorMessage = "string"
)
)
)