You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudWatchLogs::Types::SubscriptionFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::SubscriptionFilter
- Defined in:
- (unknown)
Overview
Represents a subscription filter.
Instance Attribute Summary collapse
-
#creation_time ⇒ Integer
The creation time of the subscription filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
-
#destination_arn ⇒ String
The Amazon Resource Name (ARN) of the destination.
-
#distribution ⇒ String
The method used to distribute log data to the destination, which can be either random or grouped by log stream.
Possible values:
- Random
- ByLogStream
-
#filter_name ⇒ String
The name of the subscription filter.
-
#filter_pattern ⇒ String
A symbolic description of how CloudWatch Logs should interpret the data in each log event.
-
#log_group_name ⇒ String
The name of the log group.
-
#role_arn ⇒ String
Instance Attribute Details
#creation_time ⇒ Integer
The creation time of the subscription filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
#destination_arn ⇒ String
The Amazon Resource Name (ARN) of the destination.
#distribution ⇒ String
The method used to distribute log data to the destination, which can be either random or grouped by log stream.
Possible values:
- Random
- ByLogStream
#filter_name ⇒ String
The name of the subscription filter.
#filter_pattern ⇒ String
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.
#log_group_name ⇒ String
The name of the log group.