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.

Represents an event to be submitted.

Inheritance Hierarchy

System.Object
  Amazon.CloudWatchEvents.Model.PutEventsRequestEntry

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

Syntax

C#
public class PutEventsRequestEntry

The PutEventsRequestEntry type exposes the following members

Constructors

NameDescription
Public Method PutEventsRequestEntry()

Properties

NameTypeDescription
Public Property Detail System.String

Gets and sets the property Detail.

A valid JSON string. There is no other schema imposed. The JSON string may contain fields and nested subobjects.

Public Property DetailType System.String

Gets and sets the property DetailType.

Free-form string used to decide what fields to expect in the event detail.

Public Property EventBusName System.String

Gets and sets the property EventBusName.

The name or ARN of the event bus to receive the event. Only the rules that are associated with this event bus are used to match the event. If you omit this, the default event bus is used.

Public Property Resources System.Collections.Generic.List<System.String>

Gets and sets the property Resources.

Amazon Web Services resources, identified by Amazon Resource Name (ARN), which the event primarily concerns. Any number, including zero, may be present.

Public Property Source System.String

Gets and sets the property Source.

The source of the event.

Public Property Time System.DateTime

Gets and sets the property Time.

The time stamp of the event, per RFC3339. If no time stamp is provided, the time stamp of the PutEvents call is used.

Public Property TraceHeader System.String

Gets and sets the property TraceHeader.

An X-Ray trade header, which is an http header (X-Amzn-Trace-Id) that contains the trace-id associated with the event.

To learn more about X-Ray trace headers, see Tracing header in the X-Ray Developer Guide.

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