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:
JSON
{ "JsonataConfiguration" :JsonataConfiguration, "Type" :String}
YAML
JsonataConfiguration:JsonataConfigurationType:String
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 | JSONATAUpdate requires: No interruption