Class: Aws::EventBridge::Types::PutPartnerEventsRequestEntry

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-eventbridge/types.rb

Overview

The details about an event generated by an SaaS partner.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detailString

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

<note markdown=“1”> ‘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.

</note>

Returns:

  • (String)


3716
3717
3718
3719
3720
3721
3722
3723
3724
# File 'lib/aws-sdk-eventbridge/types.rb', line 3716

class PutPartnerEventsRequestEntry < Struct.new(
  :time,
  :source,
  :resources,
  :detail_type,
  :detail)
  SENSITIVE = []
  include Aws::Structure
end

#detail_typeString

A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.

<note markdown=“1”> ‘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.

</note>

Returns:

  • (String)


3716
3717
3718
3719
3720
3721
3722
3723
3724
# File 'lib/aws-sdk-eventbridge/types.rb', line 3716

class PutPartnerEventsRequestEntry < Struct.new(
  :time,
  :source,
  :resources,
  :detail_type,
  :detail)
  SENSITIVE = []
  include Aws::Structure
end

#resourcesArray<String>

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

Returns:

  • (Array<String>)


3716
3717
3718
3719
3720
3721
3722
3723
3724
# File 'lib/aws-sdk-eventbridge/types.rb', line 3716

class PutPartnerEventsRequestEntry < Struct.new(
  :time,
  :source,
  :resources,
  :detail_type,
  :detail)
  SENSITIVE = []
  include Aws::Structure
end

#sourceString

The event source that is generating the entry.

<note markdown=“1”> ‘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.

</note>

Returns:

  • (String)


3716
3717
3718
3719
3720
3721
3722
3723
3724
# File 'lib/aws-sdk-eventbridge/types.rb', line 3716

class PutPartnerEventsRequestEntry < Struct.new(
  :time,
  :source,
  :resources,
  :detail_type,
  :detail)
  SENSITIVE = []
  include Aws::Structure
end

#timeTime

The date and time of the event.

Returns:

  • (Time)


3716
3717
3718
3719
3720
3721
3722
3723
3724
# File 'lib/aws-sdk-eventbridge/types.rb', line 3716

class PutPartnerEventsRequestEntry < Struct.new(
  :time,
  :source,
  :resources,
  :detail_type,
  :detail)
  SENSITIVE = []
  include Aws::Structure
end