class
Amazonite::CloudWatchLogs::TestTransformerRequest
- Amazonite::CloudWatchLogs::TestTransformerRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/test_transformer_request.crConstructors
- .new(transformer_config : Array(Processor), log_event_messages : Array(String))
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#log_event_messages : Array(String)
An array of the raw log events that you want to use to test this transformer.
-
#log_event_messages=(log_event_messages : Array(String))
An array of the raw log events that you want to use to test this transformer.
-
#transformer_config : Array(Processor)
This structure contains the configuration of this log transformer that you want to test.
-
#transformer_config=(transformer_config : Array(Processor))
This structure contains the configuration of this log transformer that you want to test.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
An array of the raw log events that you want to use to test this transformer.
An array of the raw log events that you want to use to test this transformer.
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.
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.