class
Amazonite::CloudWatchLogs::AddKeys
- Amazonite::CloudWatchLogs::AddKeys
- Reference
- Object
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
- JSON::Serializable
Defined in:
cloudwatch_logs/add_keys.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#entries : Array(AddKeyEntry)
An array of objects, where each object contains the information about one key to add to the log event.
-
#entries=(entries : Array(AddKeyEntry))
An array of objects, where each object contains the information about one key to add to the log event.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
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.
def entries=(entries : Array(AddKeyEntry))
#
An array of objects, where each object contains the information about one key to add to the log event.