View a markdown version of this page

AWS::EventsV2::Subscriber EventBusV2Parameters - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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:

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