class Amazonite::CloudWatchLogs::PutTransformerRequest

Included Modules

Defined in:

cloudwatch_logs/put_transformer_request.cr

Constructors

Instance Method Summary

Constructor Detail

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

[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_group_identifier : String #

Specify either the name or ARN of the log group to create the transformer for.


[View source]
def log_group_identifier=(log_group_identifier : String) #

Specify either the name or ARN of the log group to create the transformer for.


[View source]
def transformer_config : Array(Processor) #

This structure contains the configuration of this log transformer. 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. 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]