Class PutPartnerEventsRequestEntry
- Namespace
- Amazon.EventBridge.Model
- Assembly
- AWSSDK.EventBridge.dll
The details about an event generated by an SaaS partner.
public class PutPartnerEventsRequestEntry
- Inheritance
-
PutPartnerEventsRequestEntry
- Inherited Members
Constructors
PutPartnerEventsRequestEntry()
public PutPartnerEventsRequestEntry()
Properties
Detail
Gets and sets the property Detail.
A valid JSON string. There is no other schema imposed. The JSON string may contain fields and nested sub-objects.
note
Detail
, DetailType
, and Source
are required for EventBridge
to successfully send an event to an event bus. If you include event entries in a request
that do not include each of those properties, EventBridge fails that entry. If you
submit a request in which none of the entries have each of these properties,
EventBridge fails the entire request.
public string Detail { get; set; }
Property Value
DetailType
Gets and sets the property DetailType.
A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.
note
Detail
, DetailType
, and Source
are required for EventBridge
to successfully send an event to an event bus. If you include event entries in a request
that do not include each of those properties, EventBridge fails that entry. If you
submit a request in which none of the entries have each of these properties,
EventBridge fails the entire request.
public string DetailType { get; set; }
Property Value
Resources
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 List<string> Resources { get; set; }
Property Value
Source
Gets and sets the property Source.
The event source that is generating the entry.
note
Detail
, DetailType
, and Source
are required for EventBridge
to successfully send an event to an event bus. If you include event entries in a request
that do not include each of those properties, EventBridge fails that entry. If you
submit a request in which none of the entries have each of these properties,
EventBridge fails the entire request.
public string Source { get; set; }
Property Value
Time
Gets and sets the property Time.
The date and time of the event.
public DateTime Time { get; set; }