Class: Aws::EventBridge::Types::PutEventsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_idString

The URL subdomain of the endpoint. For example, if the URL for Endpoint is https://abcde.veo.endpoints.event.amazonaws.com, then the EndpointId is abcde.veo.

When using Java, you must include auth-crt on the class path.

Returns:

  • (String)


3909
3910
3911
3912
3913
3914
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 3909

class PutEventsRequest < Struct.new(
  :entries,
  :endpoint_id)
  SENSITIVE = []
  include Aws::Structure
end

#entriesArray<Types::PutEventsRequestEntry>

The entry that defines an event in your system. You can specify several parameters for the entry such as the source and type of the event, resources associated with the event, and so on.

Returns:



3909
3910
3911
3912
3913
3914
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 3909

class PutEventsRequest < Struct.new(
  :entries,
  :endpoint_id)
  SENSITIVE = []
  include Aws::Structure
end