AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the PutEvents operation. Sends custom events to Amazon EventBridge so that they can be matched to rules.
You can batch multiple event entries into one request for efficiency. However, the total entry size must be less than 256KB. You can calculate the entry size before you send the events. For more information, see Calculating PutEvents event entry size in the Amazon EventBridge User Guide .
PutEvents accepts the data in JSON format. For the JSON number (integer) data type, the constraints are: a minimum value of -9,223,372,036,854,775,808 and a maximum value of 9,223,372,036,854,775,807.
PutEvents will only process nested JSON up to 1000 levels deep.
Namespace: Amazon.EventBridge.Model
Assembly: AWSSDK.EventBridge.dll
Version: 3.x.y.z
public class PutEventsRequest : AmazonEventBridgeRequest IAmazonWebServiceRequest
The PutEventsRequest type exposes the following members
| Name | Description | |
|---|---|---|
|
PutEventsRequest() |
| Name | Type | Description | |
|---|---|---|---|
|
EndpointId | System.String |
Gets and sets the property EndpointId.
The URL subdomain of the endpoint. For example, if the URL for Endpoint is https://abcde.veo.endpoints.event.amazonaws.com,
then the EndpointId is
When using Java, you must include |
|
Entries | System.Collections.Generic.List<Amazon.EventBridge.Model.PutEventsRequestEntry> |
Gets and sets the property Entries. The entry that defines an event in your system. You can specify several parameters for the entry such as the source and type of the event, resources associated with the event, and so on. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5