class Aws::EventBridge::Types::PutPartnerEventsRequestEntry

The details about an event generated by an SaaS partner.

@note When making an API call, you may pass PutPartnerEventsRequestEntry

data as a hash:

    {
      time: Time.now,
      source: "EventSourceName",
      resources: ["EventResource"],
      detail_type: "String",
      detail: "String",
    }

@!attribute [rw] time

The date and time of the event.
@return [Time]

@!attribute [rw] source

The event source that is generating the entry.
@return [String]

@!attribute [rw] resources

Amazon Web Services resources, identified by Amazon Resource Name
(ARN), which the event primarily concerns. Any number, including
zero, may be present.
@return [Array<String>]

@!attribute [rw] detail_type

A free-form string used to decide what fields to expect in the event
detail.
@return [String]

@!attribute [rw] detail

A valid JSON string. There is no other schema imposed. The JSON
string may contain fields and nested subobjects.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/eventbridge-2015-10-07/PutPartnerEventsRequestEntry AWS API Documentation

Constants

SENSITIVE