class Aws::CloudWatchLogs::Types::SubscriptionFilter

Represents a subscription filter.

@!attribute [rw] filter_name

The name of the subscription filter.
@return [String]

@!attribute [rw] log_group_name

The name of the log group.
@return [String]

@!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] destination_arn

The Amazon Resource Name (ARN) of the destination.
@return [String]

@!attribute [rw] role_arn

@return [String]

@!attribute [rw] distribution

The method used to distribute log data to the destination, which can
be either random or grouped by log stream.
@return [String]

@!attribute [rw] creation_time

The creation time of the subscription filter, expressed as the
number of milliseconds after Jan 1, 1970 00:00:00 UTC.
@return [Integer]

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

Constants

SENSITIVE