View a markdown version of this page

AWS::EventsV2::EventSource PartnerEventsConfiguration - 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::EventSource PartnerEventsConfiguration

Forward a partner event source's events through a managed partner event bus.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

Properties

OnFailureConfiguration

The destination for events that could not be forwarded, covering both the forwarding target and the managed partner event bus.

Required: No

Type: OnFailureConfiguration

Update requires: No interruption

PartnerBusKmsKeyIdentifier

The identifier of the Amazon KMS customer managed key for EventBridge to use, if you choose to use a customer managed key to encrypt events on the managed partner event bus. The identifier can be the key Amazon Resource Name (ARN), KeyId, key alias, or key alias ARN. If you do not specify a customer managed key identifier, EventBridge uses an Amazon owned key to encrypt events on the event bus.

Required: No

Type: String

Pattern: ^[a-zA-Z0-9_\-/:]*$

Maximum: 2048

Update requires: No interruption

PartnerEventSourceArn

The ARN of the partner event source to forward. The partner owns the event source, so the ARN's account segment is empty. Changing this property replaces the event source. Because Name and EventBusArn together identify an event source, and the replacement is created before the old resource is deleted, change Name in the same update.

Required: Yes

Type: String

Pattern: ^arn:aws(-[a-z0-9]+)*:events:[a-z][a-z0-9]*(-[a-z0-9]+)*:([0-9]{12})?:event-source\/aws\.partner(\/[\.\-_A-Za-z0-9]+){2,}$

Minimum: 1

Maximum: 1600

Update requires: Replacement

Pattern

A filter pattern, as a JSON string, that defines which events from the specified partner event source are forwarded to the event bus. If you do not specify a pattern, all events from the partner event source are forwarded.

Required: No

Type: String

Maximum: 3753

Update requires: No interruption