Class: Aws::CloudWatchLogs::Types::TestTransformerRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatchlogs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#log_event_messagesArray<String>

An array of the raw log events that you want to use to test this transformer.

Returns:

  • (Array<String>)


6830
6831
6832
6833
6834
6835
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 6830

class TestTransformerRequest < Struct.new(
  :transformer_config,
  :log_event_messages)
  SENSITIVE = []
  include Aws::Structure
end

#transformer_configArray<Types::Processor>

This structure contains the configuration of this log transformer that you want to test. A log transformer is an array of processors, where each processor applies one type of transformation to the log events that are ingested.

Returns:



6830
6831
6832
6833
6834
6835
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 6830

class TestTransformerRequest < Struct.new(
  :transformer_config,
  :log_event_messages)
  SENSITIVE = []
  include Aws::Structure
end