This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::EventsV2::Subscriber EventBusV2Parameters
Parameters for forwarding events to another EventBridge event bus, used when TargetArn is an event bus ARN of the form arn:{partition}:events:{region}:{account}:event-busv2/{name}/{id}.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "DeduplicationConfiguration" :DeduplicationConfiguration, "Metadata" :{, "SystemMetadata" :Key:Value, ...}EventBusV2SystemMetadata}
YAML
DeduplicationConfiguration:DeduplicationConfigurationMetadata:SystemMetadata:Key:ValueEventBusV2SystemMetadata
Properties
DeduplicationConfiguration-
Deduplication settings applied to the forwarded events on the downstream event bus.
Required: No
Type: DeduplicationConfiguration
Update requires: No interruption
Metadata-
Metadata forwarded with each event, as key-value string pairs, with at most 100 entries. A key or value may also be a JSONata expression.
Required: No
Type: Object of String
Pattern:
^[\s\S]*$Update requires: No interruption
SystemMetadata-
System metadata attached to each forwarded event, controlling FIFO ordering and deduplication on the downstream event bus.
Required: No
Type: EventBusV2SystemMetadata
Update requires: No interruption