Class: Aws::Pipes::Types::PipeTargetEventBridgeEventBusParameters

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

Overview

The parameters for using an EventBridge event bus as a target.

Constant Summary collapse

SENSITIVE =
[:detail_type, :endpoint_id, :source]

Instance Attribute Summary collapse

Instance Attribute Details

#detail_typeString

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

Returns:

  • (String)


2209
2210
2211
2212
2213
2214
2215
2216
2217
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2209

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

#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.

Returns:

  • (String)


2209
2210
2211
2212
2213
2214
2215
2216
2217
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2209

class PipeTargetEventBridgeEventBusParameters < Struct.new(
  :detail_type,
  :endpoint_id,
  :resources,
  :source,
  :time)
  SENSITIVE = [:detail_type, :endpoint_id, :source]
  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>)


2209
2210
2211
2212
2213
2214
2215
2216
2217
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2209

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

#sourceString

The source of the event.

Returns:

  • (String)


2209
2210
2211
2212
2213
2214
2215
2216
2217
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2209

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

#timeString

The time stamp of the event, per RFC3339. If no time stamp is provided, the time stamp of the PutEvents call is used.

Returns:

  • (String)


2209
2210
2211
2212
2213
2214
2215
2216
2217
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2209

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