Class: Aws::EventBridgeV2::Types::JsonataConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#expression ⇒ String

JSONata expression to transform the event. Must be wrapped in % delimiters.

Returns:

  • (String)


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