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:
JSON
{ "OnFailureConfiguration" :OnFailureConfiguration, "PartnerBusKmsKeyIdentifier" :String, "PartnerEventSourceArn" :String, "Pattern" :String}
YAML
OnFailureConfiguration:OnFailureConfigurationPartnerBusKmsKeyIdentifier:StringPartnerEventSourceArn:StringPattern:String
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:
2048Update 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:
1Maximum:
1600Update 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:
3753Update requires: No interruption