class Amazonite::CloudWatchLogs::AddKeys

Overview

This processor adds new key-value pairs to the log event.

For more information about this processor including examples, see addKeys in the CloudWatch Logs User Guide.

Included Modules

Defined in:

cloudwatch_logs/add_keys.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(entries : Array(AddKeyEntry)) #

[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 entries : Array(AddKeyEntry) #

An array of objects, where each object contains the information about one key to add to the log event.


[View source]
def entries=(entries : Array(AddKeyEntry)) #

An array of objects, where each object contains the information about one key to add to the log event.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def validate! : Nil #

[View source]