class Amazonite::CloudWatchLogs::SubstituteString

Overview

This processor matches a key’s value against a regular expression and replaces all matches with a replacement string.

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

Included Modules

Defined in:

cloudwatch_logs/substitute_string.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(entries : Array(SubstituteStringEntry)) #

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

An array of objects, where each object contains the information about one key to match and replace.


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

An array of objects, where each object contains the information about one key to match and replace.


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

See Object#hash(hasher)


def validate! : Nil #

[View source]