Class: Aws::EventBridgeV2::Types::EventBusV2Parameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridgeV2::Types::EventBusV2Parameters
- Defined in:
- gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb
Overview
Parameters for forwarding events to another EventBridge event bus.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deduplication_configuration ⇒ Types::DeduplicationConfiguration
Deduplication settings applied to the forwarded events on the downstream bus.
-
#metadata ⇒ Hash<String,String>
Customer-defined metadata forwarded with each event.
-
#system_metadata ⇒ Types::EventBusV2SystemMetadata
Customer-controllable system metadata attached to each forwarded event.
Instance Attribute Details
#deduplication_configuration ⇒ Types::DeduplicationConfiguration
Deduplication settings applied to the forwarded events on the downstream bus.
1064 1065 1066 1067 1068 1069 1070 |
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 1064 class EventBusV2Parameters < Struct.new( :metadata, :system_metadata, :deduplication_configuration) SENSITIVE = [] include Aws::Structure end |
#metadata ⇒ Hash<String,String>
Customer-defined metadata forwarded with each event.
1064 1065 1066 1067 1068 1069 1070 |
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 1064 class EventBusV2Parameters < Struct.new( :metadata, :system_metadata, :deduplication_configuration) SENSITIVE = [] include Aws::Structure end |
#system_metadata ⇒ Types::EventBusV2SystemMetadata
Customer-controllable system metadata attached to each forwarded event.
1064 1065 1066 1067 1068 1069 1070 |
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 1064 class EventBusV2Parameters < Struct.new( :metadata, :system_metadata, :deduplication_configuration) SENSITIVE = [] include Aws::Structure end |