Class: Aws::CloudWatchLogs::Types::TestTransformerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::TestTransformerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_event_messages ⇒ Array<String>
An array of the raw log events that you want to use to test this transformer.
-
#transformer_config ⇒ Array<Types::Processor>
This structure contains the configuration of this log transformer that you want to test.
Instance Attribute Details
#log_event_messages ⇒ Array<String>
An array of the raw log events that you want to use to test this transformer.
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_config ⇒ Array<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.
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 |