View a markdown version of this page

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