Table of Contents

Class PutPartnerEventsRequest

Namespace
Amazon.EventBridge.Model
Assembly
AWSSDK.EventBridge.dll

Container for the parameters to the PutPartnerEvents operation. 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.

For information on calculating event batch size, see Calculating EventBridge PutEvents event entry size in the EventBridge User Guide.

public class PutPartnerEventsRequest : AmazonEventBridgeRequest
Inheritance
PutPartnerEventsRequest

Constructors

PutPartnerEventsRequest()

public PutPartnerEventsRequest()

Properties

Entries

Gets and sets the property Entries.

The list of events to write to the event bus.

public List<PutPartnerEventsRequestEntry> Entries { get; set; }

Property Value

List<PutPartnerEventsRequestEntry>