View a markdown version of this page

AWS::EventsV2::Subscriber EventBusV2Parameters - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS 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 CloudFormation template, use the following syntax:

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