Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

cloudwatchevents_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. AWS customers do not use this operation.

Usage

cloudwatchevents_put_partner_events(Entries)

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"
    )
  )
)

Request syntax

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

paws.management

Amazon Web Services Management & Governance Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.