View a markdown version of this page

AWS::EventsV2::Subscriber Transformer - 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 Transformer

Configuration for transforming events before delivery: the raw payload, the payload with its metadata envelope, or the output of a JSONata expression.

Syntax

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

Properties

JsonataConfiguration

The JSONata expression configuration. Required when Type is JSONATA.

Required: No

Type: JsonataConfiguration

Update requires: No interruption

Type

The transform type: RAW delivers the event payload only; WITH_METADATA delivers the event with its metadata envelope; JSONATA delivers the output of the JSONata expression in JsonataConfiguration.

Required: No

Type: String

Allowed values: RAW | WITH_METADATA | JSONATA

Update requires: No interruption