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.

The details about an event generated by an SaaS partner.

Inheritance Hierarchy

System.Object
  Amazon.CloudWatchEvents.Model.PutPartnerEventsRequestEntry

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

Syntax

C#
public class PutPartnerEventsRequestEntry

The PutPartnerEventsRequestEntry type exposes the following members

Constructors

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.

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

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 event source that is generating the entry.

Public Property Time System.DateTime

Gets and sets the property Time.

The date and time of the event.

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