AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CloudWatchEvents.AmazonCloudWatchEventsRequest
      Amazon.CloudWatchEvents.Model.PutEventsRequest

Namespace: Amazon.CloudWatchEvents.Model
Assembly: AWSSDK.CloudWatchEvents.dll
Version: 3.x.y.z

Syntax

C#
public class PutEventsRequest : AmazonCloudWatchEventsRequest
         IAmazonWebServiceRequest

The PutEventsRequest type exposes the following members

Constructors

NameDescription
Public Method PutEventsRequest()

Properties

NameTypeDescription
Public Property Entries System.Collections.Generic.List<Amazon.CloudWatchEvents.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.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5