Learn R Programming

paws.application.integration (version 0.1.5)

eventbridge_put_partner_events: 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.

Usage

eventbridge_put_partner_events(Entries)

Arguments

Entries

[required] The list of events to write to the event bus.

Request syntax

svc$put_partner_events(
  Entries = list(
    list(
      Time = as.POSIXct(
        "2015-01-01"
      ),
      Source = "string",
      Resources = list(
        "string"
      ),
      DetailType = "string",
      Detail = "string"
    )
  )
)

Details

AWS customers do not use this operation. Instead, AWS customers can use PutEvents to write custom events from their own applications to an event bus.