Class: Aws::EventBridgeV2::Types::JsonataConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridgeV2::Types::JsonataConfiguration
- Defined in:
- gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb
Overview
JSONata transform settings for a subscriber.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#expression ⇒ String
JSONata expression to transform the event.
Instance Attribute Details
#expression ⇒ String
JSONata expression to transform the event. Must be wrapped in % delimiters.
1482 1483 1484 1485 1486 |
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 1482 class JsonataConfiguration < Struct.new( :expression) SENSITIVE = [] include Aws::Structure end |