Class: Aws::EventBridgeV2::Types::DeduplicationConfiguration

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

Overview

Deduplication settings for a publish request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deduplication_type ⇒ String

How duplicate events are detected: by a hash of the event content (CONTENT_BASED). To deduplicate by a caller-supplied token instead, omit DeduplicationConfiguration and set DeduplicationId on each entry.

Returns:

  • (String)


533
534
535
536
537
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 533

class DeduplicationConfiguration < Struct.new(
  :deduplication_type)
  SENSITIVE = []
  include Aws::Structure
end