class Aws::CloudWatchLogs::Types::TestMetricFilterRequest

@note When making an API call, you may pass TestMetricFilterRequest

data as a hash:

    {
      filter_pattern: "FilterPattern", # required
      log_event_messages: ["EventMessage"], # required
    }

@!attribute [rw] filter_pattern

A symbolic description of how CloudWatch Logs should interpret the
data in each log event. For example, a log event can contain
timestamps, IP addresses, strings, and so on. You use the filter
pattern to specify what to look for in the log event message.
@return [String]

@!attribute [rw] log_event_messages

The log event messages to test.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/TestMetricFilterRequest AWS API Documentation

Constants

SENSITIVE