class Amazonite::CloudWatchLogs::TestTransformerRequest

Included Modules

Defined in:

cloudwatch_logs/test_transformer_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(transformer_config : Array(Processor), log_event_messages : Array(String)) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def log_event_messages : Array(String) #

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


[View source]
def log_event_messages=(log_event_messages : Array(String)) #

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


[View source]
def transformer_config : Array(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.


[View source]
def transformer_config=(transformer_config : Array(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.


[View source]
def validate! : Nil #

[View source]